From: Liam Whalen Date: Fri, 6 Nov 2015 18:50:07 +0000 (-0800) Subject: LP#1175400 Removed old comments X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b9b1056f327ccdc502dff97b774b9f87a52071a;p=working%2FEvergreen.git LP#1175400 Removed old comments 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 bdede7309e..04145da5c4 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 @@ -41,7 +41,6 @@ function applyFSCredit(fields) { function applyFSAllocation(fields) { fields.funding_source = fundingSourceID; - //fs = openils.acq.FundingSource.retrieve(fundingSourceID, {flesh_summary:1}); var req = ses.request( 'open-ils.acq.funding_source.retrieve', openils.User.authtoken, fundingSourceID, @@ -71,7 +70,6 @@ function applyFSAllocation(fields) { function() { oilsFSOverAllocateDialog.hide(); - // Are we allowed to touch the barred state? var permission = 'ACQ_OVERRIDE_OVER_ALLOCATION'; var staff = new openils.User().user; var ou = staff.ws_ou();