mirror of
https://bitbucket.org/presik/trytonpsk-staff_payroll.git
synced 2023-12-14 05:33:13 +01:00
Fix
This commit is contained in:
parent
4ef017fedb
commit
c49ccc5f06
1 changed files with 1 additions and 1 deletions
|
@ -833,8 +833,8 @@ class PayrollGroup(Wizard):
|
|||
len_payrolls = len(payrolls)
|
||||
cont = 0
|
||||
for payroll in payrolls:
|
||||
print('contador > ', cont, ' / ', len_payrolls)
|
||||
try:
|
||||
print('contador > ', cont, ' / ', len_payrolls)
|
||||
cont += 1
|
||||
payroll.on_change_period()
|
||||
payroll.set_preliquidation({}, None)
|
||||
|
|
Loading…
Reference in a new issue