https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35905

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #18 from Marcel de Rooy <[email protected]> ---
+                                        [% IF ( batch_biblionumbers ||
batch_itemnumbers ) || ( batch_cardnumbers || batch_borrowernumbers &&
(CAN_user_borrowers_list_borrowers || CAN_user_borrowers_edit_borrowers ||
CAN_user_circulate_circulate_remaining_permissions ) ) %]
Please explain this change. Why didnt we have batch_borrowernumbers before? Are
you missing parentheses around batch_card OR batch_borrower ?


-                                                [% ELSIF
header_row.$place.cell == 'cardnumber' ||
header_types.item(header_row.$place.cell) == 'cardnumber' %]
+                                                [% ELSIF
CAN_user_circulate_circulate_remaining_permissions && header_row.$place.cell ==
'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' %]
Are we missing parentheses here ?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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