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

Jonathan Druart <[email protected]> changed:

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

--- Comment #3 from Jonathan Druart <[email protected]> ---
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 <[email protected]>
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.
_______________________________________________
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/

Reply via email to