http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12448

Christopher Brannon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |[email protected]

--- Comment #2 from Christopher Brannon <[email protected]> ---
Maxime,
   Functionally, the patch works as described.  A few issues need to be
addressed.

First, to maintain consistent behavior, I think the default for the
RentalFeesCheckoutConfirmation preference should be Don't Ask.

Next, below is the message that popped up:

Please confirm checkout

    The patron has a debt of 3.00
    Rental charge for this item : 5,00 $


Need the currency symbol ($) in front of what the patron already owes.

Add period at the end of the first sentence.

Change comma to decimal in the rental charge.

Move currency symbol on charge to the front of price.  ($5.00)

Remove space before colon.

Ideally, the message should be formatted to look like this:

Please confirm checkout

    The patron has a debt of $3.00.
    Rental charge for this item: $5.00

Christopher

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/

Reply via email to