fix bug for transaction
This commit is contained in:
parent
498eba3a0e
commit
b741fa8fd9
|
|
@ -56,7 +56,7 @@ class ForwardTransactionWizard(models.TransientModel):
|
|||
elif self.outgoing_transaction_id:
|
||||
transaction = self.outgoing_transaction_id
|
||||
name = 'outgoing_transaction_id'
|
||||
forward_user_id = self.employee.user_id
|
||||
forward_user_id = self.employee.user_id.id
|
||||
if self.forward_type != 'employee':
|
||||
forward_user_id = self.internal_unit.secretary_id.user_id.id or self.internal_unit.manager_id.user_id.id
|
||||
to_id = self.internal_unit.secretary_id.id or self.internal_unit.manager_id.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue