LP#1689325 - correct typo repeated templateUrl modal
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 11 Oct 2017 19:52:59 +0000 (15:52 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 17 Oct 2017 17:41:49 +0000 (13:41 -0400)
Patron items out renew with date modal had a repeated templateURl.
Probably just a copy-pasta typo.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>

Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js

index 153b1b5..7df204a 100644 (file)
@@ -438,7 +438,6 @@ function($scope,  $q,  $routeParams,  $timeout,  egCore , egUser,  patronSvc , $
             { return circ.target_copy().barcode() });
 
         return $uibModal.open({
-            templateUrl : './circ/patron/t_edit_due_date_dialog',
             templateUrl : './circ/patron/t_renew_with_date_dialog',
             backdrop: 'static',
             controller : [