http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2948 Summary: aqbudget.aqbudgetid is tinyint Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Acquisitions AssignedTo: rch@liblime.com ReportedBy: nahuel.angelinetti@biblibre.com QAContact: koha-bugs@lists.koha.org In the actual database structure, aqbudget.aqbudgetid is a signed tinyint. A tinyint, is a one byte value, so in our case we have a max of 256 values that are signed so from -128 to +127, so the koha users cannot have more than 127 budgets... really bad. aqbudgetid should be at least an int(11). ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.