From ad2bdb22d92d6ca9f992141f4f6f8d10e42eecf3 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 26 Apr 2016 01:27:19 +0000 Subject: [PATCH] Bug 16351: Making invoice number a required field EDIT: Added 'validated' class to form and removed 'Required' span (became unnecessary) To test: 1) Go to Acqui -> Do a vendor search 2) Receive a shipment 3) Attempt to click 'Next' without specifying invoice number. Notice error. 4) Go back to vendor search then apply patch. Click Receive shipment 5) Notice you cannot click 'Next' until you put something in invoice number. Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index 613098d..8c38139 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -146,14 +146,14 @@ [% END %]
-
+
Receive a new shipment
  1. - + - +
  2. [% IF ( gst ) %]
  3. -- 1.7.10.4