From: Cesar Velez Date: Wed, 11 Oct 2017 19:52:59 +0000 (-0400) Subject: LP#1689325 - correct typo repeated templateUrl modal X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=81015a3628da39853b77bb3a0630bdd92abc7bcf;p=evergreen%2Fequinox.git LP#1689325 - correct typo repeated templateUrl modal Patron items out renew with date modal had a repeated templateURl. Probably just a copy-pasta typo. Signed-off by: Cesar Velez Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js index 153b1b5488..7df204ab92 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js @@ -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 : [