I have upgrade my Invoiceplane installation from v1.4.4 to v1.4.7 and now the automatic insertion of invoice numbers (following the settings in settings → invoice groups doesn’t work anymore. When I create a new invoice the invoice number is left empty instead of being prefilled like before.
In file: application/modules/invoices/models/mdl_invoices.php
line: 319 there is a comparison but the variable $generate_invoice_number returns a string and no integer.
On my system i changed $generate_invoice_number === 1 to $generate_invoice_number === ‘1’
I made the same with file: application/modules/quotes/models/mdl_quotes.php
in line: 264
I have upgrade my Invoiceplane installation from v1.4.4 to v1.4.7 and now the automatic insertion of invoice numbers (following the settings in settings → invoice groups doesn’t work anymore. Can someone tell me how to correct this. I am not a developer … :(.
Thanks
D