BambooInvoice Forums

Removing the invoice name limit

 
Total Posts: 4

Is there a line I missed?

Currently Ive been saving them as 01 then editing the invoice title i will need for my paperwork, which normally looks like

07_05-16-2009_to_05-24-2009_CBHD

invoice number, start date, end date, business code for records searching.

Obviously it doesn’t fit the 12 or so character limit

Total Posts: 2324

look for _validation() and _validation_edit() in application/controllers/invoices.php. You want “max_length”.

$rules['invoice_number']     'trim|required|htmlspecialchars|max_length[12]|alpha_dash|callback_uniqueInvoice'