From 02aa22a8444b7cc6061c73068e7dae4f88f334fe Mon Sep 17 00:00:00 2001 From: "watcha.h" Date: Mon, 8 Feb 2016 15:55:54 +0700 Subject: [PATCH] xxxx --- netforce_clinic/models/report_labor_cost_summary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netforce_clinic/models/report_labor_cost_summary.py b/netforce_clinic/models/report_labor_cost_summary.py index 971069c..1beb7f0 100644 --- a/netforce_clinic/models/report_labor_cost_summary.py +++ b/netforce_clinic/models/report_labor_cost_summary.py @@ -127,14 +127,12 @@ class ReportLaborCostSummary(Model): return r return "{0:,.0f}".format(r) total_hdcase=0 - print("----> ", dom) for line in get_model("clinic.labor.cost.line").search_browse(dom): lcost=line.labor_cost_id citem=lcost.cycle_item_id dpt=citem.department_id qty=line.qty or 0 total_hdcase+=qty - print("total_hdcase ", total_hdcase) amt=line.amount or 0 staff=line.staff_id categ_name=''