KMAIN-1647 Auto-Inserting action notes on li cancel/receive.
When a lineitem is marked as recieved, add a note to it
in the format of "REC: [username]"
When a lineitem is cancelled, add a note it it in the
format of "cancelled [username]"
Signed-off-by: khuckins <khuckins@catalystdevworks.com>
modified: Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
modified: Open-ILS/web/js/ui/kcls/acq/common/li_table.js
Modified by Bill:
* Support batch lineitem cancel note creation.
* Support all forms of lineitem receiving.
* Make note format consistent with (pending) printed and invoiced notes
* Removed dates from notes, since notes already show their creation date.
* Removed any changes to li_table.js (pending future Perl changes).
Signed-off-by: Bill Erickson <berickxx@gmail.com>