https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21929 Bug ID: 21929 Summary: Typo in orderreceive.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: andrew.isherwood@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Line 300 of orderreceive.tt has a typo: <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> <span lass="hint">[% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span> Note the 'lass' instead of 'class' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.