[IMP] Payroll: remove print

bzr revid: mra@mra-laptop-20110513060206-59oo6dc2arw8bps0
This commit is contained in:
Mustufa Rangwala 2011-05-13 11:32:06 +05:30
parent 5439b7eb58
commit e85341722f
1 changed files with 0 additions and 1 deletions

View File

@ -532,7 +532,6 @@ class hr_payslip(osv.osv):
AND hp.date_from >= %s AND hp.date_to <= %s AND hp.id = pl.slip_id AND pl.code = %s",
(self.employee_id, from_date, to_date, code))
for r in cr.dictfetchall():
print r
if not r['credit_note']:
sum += r['total']
else: