[Koha-bugs] [Bug 34289] UI issue on checkin page when checking the forgive fines checkbox

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 17 21:49:11 CEST 2023


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #5 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Since we have now :

[% IF ( exemptfine ) %]
    <input name="barcode" id="barcode" size="14" placeholder="Enter item
barcode" class="barcode focus input-warning" type="text" />
[% ELSIF ( dropboxmode ) %]
    <input name="barcode" id="barcode" size="14" placeholder="Enter item
barcode" class="barcode focus input-warning" />
[% ELSE %]

There is no difference between those two lines since type="text" is default
behavior.

Maybe merge into [% IF ( exemptfine || dropboxmode ) %]

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


More information about the Koha-bugs mailing list