Allow quote notes to transfer over.

This commit is contained in:
David Bomba 2021-10-14 10:08:26 +11:00
parent d0cb751d03
commit 1ad881afe6

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']);