Allow lineitem mark-received action to take place from lineitem table UI
even when not viewing a PO (e.g. from search results)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
}
this.issueReceive = function(obj, rollback) {
- /* (For now) there shall be no marking LI or LIDs (un)received
- * except from the actual "view PO" interface. */
- if (!this.isPO) return;
-
var part =
{"jub": "lineitem", "acqlid": "lineitem_detail"}[obj.classname];
var method =