Fix invoice design fields reset
This commit is contained in:
parent
4b6c774b09
commit
363460f513
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ function resetFields() {
|
|||
var defaultFields = {!! json_encode($account->getDefaultInvoiceFields()) !!};
|
||||
window.model.resetFields();
|
||||
loadFields(defaultFields);
|
||||
window.model.onChange();
|
||||
}
|
||||
|
||||
function loadMap(allFields) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue