You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
row.push(newColumn("req_need",cleanMoney(req_need),"0",6));// if maximum, costs minus resources, or 0 if grants only (multiples of 300/week)
384
-
row.push(newColumn("tot_calc_need",cleanMoney(totalCosts-tot_ass_res),"+",7));// calculated need in award tab
387
+
row.push(newColumn("tot_calc_need",cleanMoney(parseInt(`${totalCosts}`)-parseInt(`${tot_ass_res}`)),"+",7));// calculated need in award tab
385
388
row.push(newColumn("ass_csl_bef_overa",cleanMoney(csl_ft||0),"0",6));// sum of loan disbursements for this assessment (* should have overawards ignored)
0 commit comments