@@ -, +, @@ - Buttons inside table cells should have the "btn-xs" class. - Required fields should have a "required" class and should have a "Required" label. - On the Point of Sale page, add some items to purchase. Confirm that the "Add" buttons in the "Items for purchase" table and the "Remove" buttons in the "This sale" table are correctly sized. - In the "Collect payment" form, confirm that "Amount tendered" and "Cash register" fields are styled red with "Required" text after them. - Confirm that the "Amount tendered" field will only accept numeric input. --- .../intranet-tmpl/prog/en/modules/pos/pay.tt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -67,7 +67,7 @@ [% invoice.description | html %] [% invoice.default_amount | $Price %] - + [% END %] @@ -112,11 +112,12 @@
  1. - +
  2. - - + + + Required
  3. @@ -127,11 +128,12 @@ [% PROCESS account_payment_types %]
  4. - - [% PROCESS options_for_registers %] + Required
@@ -242,7 +244,7 @@ defaultPrice.value, 1, null, - '', + '', invoiceCode ] ); --