From: Bill Erickson Date: Mon, 26 Jul 2021 15:01:24 +0000 (-0400) Subject: LP1929741 Brief record for PO repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ff677e871cfc1971ca377a7d759d282748fa10a3;p=Evergreen.git LP1929741 Brief record for PO repair Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.ts index c2103691fb..365ed776df 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/brief-record.component.ts @@ -98,6 +98,7 @@ export class BriefRecordComponent implements OnInit { } saveManualPicklist(): Promise { + if (this.targetPo) { return Promise.resolve(true); } if (!this.selectedPl) { return Promise.resolve(false); } if (!this.selectedPl.freetext) {