@@ -, +, @@ --- .../prog/css/src/staff-global.scss | 9 +++ .../intranet-tmpl/prog/en/modules/pos/pay.tt | 67 ++++++++++--------- 2 files changed, 43 insertions(+), 33 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3829,6 +3829,15 @@ input.renew { } } +#payForm { + fieldset { + &.rows { + padding-left: 1em; + padding-right: 2em; + } + } +} + #helper { span { display: none; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -27,6 +27,39 @@
+
+
+ Items for purchase + Please select items from below to add to this transaction: + [% SET invoice_types = AuthorisedValues.GetAuthValueDropbox('MANUAL_INV') %] + [% IF invoice_types %] + + + + + + + + + + + [% FOREACH invoice IN invoice_types %] + + + + + + + [% END %] +
CodeDescriptionCostAction
[% invoice.authorised_value | html %][% invoice.lib_opac | html %][% invoice.lib | html %] + +
+ [% ELSE %] + You have no manual invoice types defined + [% END %] +
+
+
@@ -102,38 +135,6 @@
-
-
- Items for purchase - [% SET invoice_types = AuthorisedValues.GetAuthValueDropbox('MANUAL_INV') %] - [% IF invoice_types %] - - - - - - - - - - - [% FOREACH invoice IN invoice_types %] - - - - - - - [% END %] -
CodeDescriptionCostAction
[% invoice.authorised_value | html %][% invoice.lib_opac | html %][% invoice.lib | html %] - -
- [% ELSE %] - You have no manual invoice types defined - [% END %] -
-
-
Cancel @@ -272,7 +273,7 @@ return '£'+price; } }, { - "aTargets": [-2, -3], + "aTargets": [-3, -4], "sClass" : "editable", }], "aaSorting": [ --