Added default quote terms
This commit is contained in:
parent
2e88cf0141
commit
ad9d8253eb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ function ViewModel(data) {
|
|||
|
||||
self.loadClient = function(client) {
|
||||
ko.mapping.fromJS(client, model.invoice().client().mapping, model.invoice().client);
|
||||
@if (!$invoice)
|
||||
@if (!$invoice->id)
|
||||
self.setDueDate();
|
||||
@endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue