mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 01:00:56 -04:00
Bug fixes
This commit is contained in:
parent
0208ea1e75
commit
9dbfe94e95
@ -505,7 +505,9 @@
|
||||
}); //.trigger('change');
|
||||
|
||||
$('#terms, #public_notes, #invoice_number, #invoice_date, #due_date, #po_number, #discount, #currency_id, #invoice_design_id, #recurring').change(function() {
|
||||
refreshPDF();
|
||||
setTimeout(function() {
|
||||
refreshPDF();
|
||||
}, 1);
|
||||
});
|
||||
|
||||
@if ($client || $invoice)
|
||||
|
Loading…
x
Reference in New Issue
Block a user