Skip to content

Commit e355cd2

Browse files
authored
Merge pull request #333 from icefoganalytics/test
computer cost fix
2 parents 49e0096 + af381e8 commit e355cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/services/admin/nars-v17-2-reporting-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export class NarsV17_2ReportingService {
233233
(app.depend_food_allowable + app.depend_tran_allowable) * app.study_months + app.discretionary_cost_actual;
234234

235235
totalCosts += stud_sp_cost_other;
236-
stud_sp_cost_other -= stud_sp_cost_computers;
236+
//stud_sp_cost_other -= stud_sp_cost_computers; this is causing costs to be negative. Other doesn't include computers, so not sure why it's being removed
237237

238238
let req_need = app.csl_request_amount;
239239
let tot_ass_res = app.student_expected_contribution ?? 0;

0 commit comments

Comments
 (0)