From 3f54db78740ae8303c4c18442eb8863c71077013 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 Aug 2021 16:57:53 -0400 Subject: [PATCH] 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 --- Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts | 7 ------- 1 file changed, 7 deletions(-) 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(); -- 2.11.0