From 7d05cee8bceedc827c20470f98a00744115171f9 Mon Sep 17 00:00:00 2001 From: Stephen Moss Date: Tue, 18 Aug 2015 11:28:25 -0700 Subject: [PATCH] webstaff: LP#1483857 Add code to clear barcodes from in-house use Signed-off-by: Stephen Moss Signed-off-by: Mike Rylander --- Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js index 06a18892e1..0904c94fdb 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js @@ -98,6 +98,7 @@ function($scope, egCore, egGridDataProvider , egConfirmDialog) { coArgs, {title : $scope.selectedNcType()} ); } + $scope.args.barcode=''; } function performCheckout(method, args, data) { -- 2.43.2