http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13993
--- Comment #9 from Jonathan Druart <[email protected]> --- Comment on attachment 37978 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37978 Bug 13993 - (2) Correct poorly transferred orders Review of attachment 37978: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13993&attachment=37978) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/Bug-13993-Correct-OrderStatus-Of-Poorly-Transferred-Orders.sql @@ +1,2 @@ > +UPDATE aqorders SET orderstatus='cancelled' > + WHERE (NOT datecancellationprinted IS NULL OR The correct syntax is field is not null -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
