24 Jan
2019
24 Jan
'19
6:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18723 --- Comment #29 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> ---
I'll try to test myself, but not sure when time will allow.
Don't worry, that's quite quick. It took me less than 10 min to test with the 3 syspref values. Including some time to get lost due to fall into some traps due to not knowing well this part of acq.
what would be the expected behaviour for entering the actual price on receive and CurrencyFormat CH with the patch? Will it expect 10.00 or 10,00?
Both! It depend on what the user expects :) input 10.00 => 10.00 input 10,00 => 1000 (treated a thousands sep and discarded) -- You are receiving this mail because: You are watching all bug changes.