BambooInvoice Forums

Version 0.8.9 - 2000 Character Default Invoice_Note in Settings

 
Total Posts: 18

While the database was upgraded to use a 2000 character invoice_note field and the invoices.php was updated to 2000 characters accordingly, it seems that the settings.php file was overlooked and is still set to only 255 characters.  If you try to edit your note and then save it, you will get an error that states only 255 characters are permitted in this field. 

Simply change settings.php from 255 to 2000 (Search for 255, it’s the only 255 in the file and replace it with 2000).

Total Posts: 2339

thanks, fixed in the download.

Total Posts: 18

Also, Seems as if the 255 characters limitation is still in the file “bamboo_system_files\application\views\invoices\view.php”

———————————————————————————————————————

Reason why I’m finding all these is because I’m having a weird issue ... In 0.8.8 I was able to have an unlimited amount in my note field after editing a few files and changing the database type .... when I upgraded to 0.8.9, and fixed the few errors I found, I can still have as many as I want in the note field; however, when I view the invoice, it is truncating the invoice_note field to 255 characters (it didn’t do this in the previous version…)  If you have any hints or ideas, let me know!