From: Liam Whalen Date: Fri, 6 Nov 2015 19:05:20 +0000 (-0800) Subject: LP#1175400 Added a comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b9154e9a603a0bd8147ff1f74ba01037f80bad6;p=working%2FEvergreen.git LP#1175400 Added a comment Signed-off-by: Liam Whalen --- diff --git a/Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js b/Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js index 04145da5c4..38a687d297 100644 --- a/Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js +++ b/Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js @@ -58,7 +58,9 @@ function applyFSAllocation(fields) { if(isNaN(fields.amount)) fields.amount = null; - //connect dialogs if necessary + //because the fields value is not local to this file + //we need to reconnect the Dialogs each time we allocate + //to ensure the proper variable values are used in the dialogs dojo.connect(oilsFSOverAllocateContinue, 'onClick', function() { oilsFSOverAllocateDialog.hide();