https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373
--- Comment #66 from Martin Renvoize <[email protected]> --- Comment on attachment 79951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79951 Bug 11373: Show the difference between the amount collected and the amount paid of a fine payment. Review of attachment 79951: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11373&attachment=79951) ----------------------------------------------------------------- Can one still overpay when using this system? What if the librarian finds they don't have the appropriate change in the drawer, can they continue with the transaction inputting the full amount and as such creating a credit? ::: koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ +108,5 @@ > + <input id="collected" value="[% amountoutstanding | $Price %]"/> > + </li> > + <li> > + <label>Change to give: </label> > + <input id="change" value="0.00" disabled/> This shouldn't be an 'input' in my opinion, rather it should be more clearly distinguished as information.. perhaps a span with a class highlighting in 'red' if the patron is owed change? @@ +220,5 @@ > + <input id="collected" value="[% total | $Price %]"/> > + </li> > + <li> > + <label>Change to give: </label> > + <input id="change" value="0.00" disabled/> As above -- 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/
