mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for default terms being translated on quote conversion to invoice
This commit is contained in:
parent
b85e35dd62
commit
b889183732
@ -28,9 +28,9 @@ class CloneQuoteToInvoiceFactory
|
||||
unset($quote_array['invoice_id']);
|
||||
unset($quote_array['id']);
|
||||
unset($quote_array['invitations']);
|
||||
//unset($quote_array['terms']);
|
||||
//unset($quote_array['public_notes']);
|
||||
//unset($quote_array['footer']);
|
||||
unset($quote_array['terms']);
|
||||
unset($quote_array['public_notes']);
|
||||
unset($quote_array['footer']);
|
||||
unset($quote_array['design_id']);
|
||||
|
||||
foreach ($quote_array as $key => $value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user