[Koha-bugs] [Bug 9126] Receiving orders create too much items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 29 14:38:19 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9126

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13601|0                           |1
        is obsolete|                            |

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 13764
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13764&action=edit
Bug 9126: Do not return from Check too early.

If there is no errors, it should continue instead of returning true.

+ move a block of code at the end of Check function. This avoid
detaching and re-attaching a HTML block if there are errors.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
The following queries show us the issues:
select count(*) from items;
select * from aqorders_items where ordernumber=XX;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list