mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:54:41 -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) {
|
self.loadClient = function(client) {
|
||||||
ko.mapping.fromJS(client, model.invoice().client().mapping, model.invoice().client);
|
ko.mapping.fromJS(client, model.invoice().client().mapping, model.invoice().client);
|
||||||
@if (!$invoice)
|
@if (!$invoice->id)
|
||||||
self.setDueDate();
|
self.setDueDate();
|
||||||
@endif
|
@endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user