Allow public notes to convert from quote to invoices

This commit is contained in:
David Bomba 2021-09-24 07:18:51 +10:00
parent cde5363c97
commit 19d4895a64

View File

@ -29,7 +29,7 @@ class CloneQuoteToInvoiceFactory
unset($quote_array['id']); unset($quote_array['id']);
unset($quote_array['invitations']); unset($quote_array['invitations']);
unset($quote_array['terms']); unset($quote_array['terms']);
unset($quote_array['public_notes']); // unset($quote_array['public_notes']);
unset($quote_array['footer']); unset($quote_array['footer']);
unset($quote_array['design_id']); unset($quote_array['design_id']);