LP#1175400 Removed old comments
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Fri, 6 Nov 2015 18:50:07 +0000 (10:50 -0800)
committerLiam Whalen <liam.whalen@bc.libraries.coop>
Fri, 6 Nov 2015 18:50:07 +0000 (10:50 -0800)
Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
Open-ILS/web/js/ui/default/acq/financial/view_funding_source.js

index bdede73..04145da 100644 (file)
@@ -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();