diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 5b6fa1aed55d..3f1039d7f7a7 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -262,8 +262,8 @@ - + @@ -340,11 +340,11 @@
- {!! Former::textarea('public_notes')->data_bind("value: wrapped_notes, valueUpdate: 'afterkeydown'") + {!! Former::textarea('public_notes')->data_bind("value: public_notes, valueUpdate: 'afterkeydown'") ->label(null)->style('resize: none; width: 500px;')->rows(4) !!}
- {!! Former::textarea('terms')->data_bind("value:wrapped_terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") + {!! Former::textarea('terms')->data_bind("value:terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") ->label(false)->style('resize: none; width: 500px')->rows(4) ->help('
') !!}