]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/web/js/dojo/openils/acq/nls/acq.js
Acq: added UI controls to attach a claim policy to one or many lineitems
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Apr 2010 21:01:55 +0000 (21:01 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 21 Apr 2010 21:01:55 +0000 (21:01 +0000)
commit62ef9a76a4999df7c957cc6b023ce998d216ee49
treed329b8021d37af9991c0d6716193ef63b7d6a889
parent763795b967a0afd1c4f4ab37db6ba40cb33f110e
Acq: added UI controls to attach a claim policy to one or many lineitems

Incidentally, two bugs were fixed:
    1) Incorrect permacrud action entries in the IDL that stopped
       open-ils.pcrud from generating methods for the jub and acqlih
       classes.
    2) A widely used acq subroutine, retrieve_lineitem_impl, incorrectly
       cleared the purchase_order and picklist fields of its result if
       fleshing for those fields was not specifically requested. The
       correct behavior is to set those fields back to their integer
       foreign key values. This was causing several subtle problems.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16284 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/OpenILS/Application/Acq/Lineitem.pm
Open-ILS/web/js/dojo/openils/acq/nls/acq.js
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/templates/default/acq/common/li_table.tt2