[Koha-bugs] [Bug 28832] Batch modification always clears permanent_location if it is mapped in frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 26 09:18:21 CEST 2021


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

Joonas Kylmälä <joonas.kylmala at iki.fi> changed:

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

--- Comment #10 from Joonas Kylmälä <joonas.kylmala at iki.fi> ---
After applying the patches modifying the item fields to values that evaluate in
perl to false is impossible. The conditions in 

> unless( $values[$i] || $searches[$i] || grep { $subfields[$i] } @disabled ){

should be the same as just above it, i.e. if the value is empty string or not.

To reproduce:
 1) Try to change inventory field to 0 and notice it is not modified.

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


More information about the Koha-bugs mailing list