From: Bill Erickson Date: Wed, 18 Aug 2021 20:57:53 +0000 (-0400) Subject: LP1904036 Checkout specific due date persists until page/tab chages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f54db78740ae8303c4c18442eb8863c71077013;p=evergreen%2Fpines.git LP1904036 Checkout specific due date persists until page/tab chages Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts index 804adadb9f..8d9ad2c496 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts @@ -188,13 +188,6 @@ export class CheckoutComponent implements OnInit, AfterViewInit { } resetForm() { - - if (this.dueDateOptions < 2) { - // Due date is not configured to persist. - this.dueDateOptions = 0; - this.dueDate = null; - } - this.checkoutBarcode = ''; this.checkoutNoncat = null; this.focusInput();