From a19259c23927490ab9a052d9edcdbae395d27f7d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 14 Mar 2013 08:37:55 -0400 Subject: [PATCH] Repair ACQ nls file synax Remove trailing comma, which breaks the PO building process. Thanks to Pasi Kallinen for spotting this. Signed-off-by: Bill Erickson Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/js/dojo/openils/acq/nls/acq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js index eb6d7f9ed5..a11792d5bb 100644 --- a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js +++ b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js @@ -92,5 +92,5 @@ "INVOICE_COPY_COUNT_INFO": "Copies received on this invoice: ${0} out of ${1}.", "INVOICE_IDENT_COLLIDE": "There is already an invoice in the system with the given combination of 'Vendor Invoice ID' and 'Provider,' which is not allowed.", "NEW_INVOICE": "New Invoice", - "NO_LI_GENERAL" : "You have not selected any line items.", + "NO_LI_GENERAL" : "You have not selected any line items." } -- 2.43.2