[Bug 283] inability to have more than one person placing orders
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=283 ------- Comment #1 from pierrick@koha-fr.org 2006-04-20 02:35 ------- During 2006.04.18 Bug Squashing Party, Paul POULAIN said concerning this bug:
I think #283 is fixed now, but I'm not 100% sure. It's a classic database management problem.
The basket number is defined when the 1st line is saved, not when you clic on "create order". Thus, librarians can't be 2 with the same basket number. Previously, the basket# was defined BEFORE the 1st line was created (with a max() ). Thus, 2 librarians creating a basket in the same minut, got the same basket number.
Now, the only case where we could get 2 basket with the same number would be if they clic on "save" on their 1st line at the same milli-second. I agree it's still not perfect, but it's highly better !!!
------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz