Allow public notes to convert from quote to invoices
This commit is contained in:
parent
cde5363c97
commit
19d4895a64
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class CloneQuoteToInvoiceFactory
|
|||
unset($quote_array['id']);
|
||||
unset($quote_array['invitations']);
|
||||
unset($quote_array['terms']);
|
||||
unset($quote_array['public_notes']);
|
||||
// unset($quote_array['public_notes']);
|
||||
unset($quote_array['footer']);
|
||||
unset($quote_array['design_id']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue