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=f09abe0bc615e79c2fca2afe6a97dba3e41df9e8;p=evergreen%2Fequinox.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 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 44431284c6..1b7cee523c 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -8498,7 +8498,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 064ff52c3c..b19e5c3309 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 @@