https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23049 --- Comment #16 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Séverine Queune from comment #15)
Not a critical point, but column name "Account type code" is different in the creation/modification form where it's "Account debit type code".
The "Account type code" is supposed to accept 16 letters, but blocks after 5.
Actually, it should be 80 based on bug 23539
If I use letters, currency symbols or comma for the "Default amount", the data is set to 0.00 after saving : I think it could be better if we could have a control field (don't know if it the correct term) that only accept numbers and the autorized decimal separator.
Agreed, an html5 pattern like ^\d+\.\d{2}$ should do it! -- You are receiving this mail because: You are watching all bug changes.