https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340
--- Comment #11 from Katrin Fischer <[email protected]> --- > Are you saying that the system should give an error if some field(input from > or to) does not contain 0* in the start of number, then the other field must > not have 0* in the start of number? Did I understand correctly? Hi Ivan, I think that could work. Basically what we want to do is support 2 use cases: - Printing numbers without zero padding - Printing numbers with zero padding So the validation needs to work for both cases. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
