Billing.units is too small

sunsetsystems wrote on Wednesday, August 20, 2014:

I was troublehooting a problem caused by the fact that the “units” column in the billing table is tinyint(3), thus having a maximum value of 127. The client was trying to enter a value of 300.

So my plan is to alter it in the billing and codes tables to be int(11), via database.sql and 4_1_2-to-4_1_3_upgrade.sql. Thought I’d just say that here instead of posting on github. If anyone can think of a reason not to do this, let me know.

Rod
http://www.sunsetsystems.com/

sunsetsystems wrote on Thursday, August 28, 2014:

This change is done.

Rod
http://www.sunsetsystems.com/