From: Bill Erickson Date: Thu, 14 Mar 2013 12:37:55 +0000 (-0400) Subject: Repair ACQ nls file synax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a19259c23927490ab9a052d9edcdbae395d27f7d;p=contrib%2FConifer.git 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 --- 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." }