From 4fdfbeb5ea2d8b493005cb45c376a5145bf33a84 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 15 Apr 2015 17:44:37 -0400 Subject: [PATCH] LP#1440114 Blanket PO finalize from PO view Adds new "Finalize Blanket Order" button to purchase page for PO's that are activated and have at least on blanket charge. Finalizing the PO disencumbers all blanket charges and marks the PO as complete. Signed-off-by: Bill Erickson Conflicts: Open-ILS/web/js/dojo/openils/acq/nls/acq.js Conflicts: Open-ILS/web/js/dojo/openils/acq/nls/acq.js Conflicts: Open-ILS/web/js/dojo/openils/acq/nls/acq.js --- 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 0947f21e95..2fca11d6a7 100644 --- a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js +++ b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js @@ -94,13 +94,13 @@ "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 (suitable) line items.", "ACQ_SEARCH_CLASS_ABBR_jub": "LI", "ACQ_SEARCH_CLASS_ABBR_acqpl": "SL", "ACQ_SEARCH_CLASS_ABBR_acqpo": "PO", "ACQ_SEARCH_CLASS_ABBR_acqinv": "I", "ACQ_SEARCH_CLASS_ABBR_acqlid": "LID", "ACQ_SEARCH_CLASS_ABBR_acqlia": "LIA", - "NO_LI_GENERAL" : "You have not selected any (suitable) line items.", "DUPE_PO_NAME_MSG" : "This name is already in use by another PO", "DUPE_PO_NAME_LINK" : "View PO", "PO_NAME_OPTIONAL" : "${0} (optional)", -- 2.11.0