From: Lebbeous Fogle-Weekley Date: Fri, 8 Mar 2013 19:10:12 +0000 (-0500) Subject: Acq: Line item batch update UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2613246745c63c220c811df03e3f6d8724666c8;p=working%2FEvergreen.git Acq: Line item batch update UI This UI enhancement uses the API method in the previous commit to allow users to apply changes to the copies on a selected set of line items. When successful, the updater just reloads the whole page, but it can be made smarter later, i.e. by refreshing only the affected line items rows in the display. The UI only appears on POs for now, and is partly disabled if the PO has already been activated. It could appear elsewhere if it seems sensible to put it elsewhere. Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 526c7a60cd..8e87757ed4 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -8462,7 +8462,7 @@ SELECT usr, - + diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2 index a45b00a48a..4da05456b9 100644 --- a/Open-ILS/src/templates/acq/common/li_table.tt2 +++ b/Open-ILS/src/templates/acq/common/li_table.tt2 @@ -6,73 +6,113 @@