mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Added default quote terms
This commit is contained in:
parent
2e88cf0141
commit
ad9d8253eb
@ -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…
x
Reference in New Issue
Block a user