LP1904036 Patron search Clear Form clears visible results/summary
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / circ / patron / patron.component.ts
index d476cbf..60703cd 100644 (file)
@@ -358,5 +358,10 @@ export class PatronComponent implements OnInit, AfterViewInit {
             return 0;
         }
     }
+
+    patronSearchCleared() {
+        this.context.summary = null;
+        this.patronId = null;
+    }
 }