Commit f765d5de by Juan

correcion efectivo

1 parent e1da5f8b
...@@ -287,7 +287,7 @@ class hgt_cobro_multiple(models.TransientModel): ...@@ -287,7 +287,7 @@ class hgt_cobro_multiple(models.TransientModel):
def agregar_efectivo(self): def agregar_efectivo(self):
if self.pcw_efectivo != 0: if self.pcw_efectivo != 0:
efectivo = self.env['asw.tipos_valores'].search([('tv_tipo', '=', 'ef')]) efectivo = self.env['asw.tipos_valores'].search([('tv_tipo', '=', 'ef')])
self.pcw_recibo.agregar_valor(self.pcw_efectivo, efectivo, self.env.caja_efectivo.id) self.pcw_recibo.agregar_valor(self.pcw_efectivo, efectivo, self.caja_efectivo.id)
def agregar_retencion(self): def agregar_retencion(self):
if(len(self.pcw_retenciones) == 0): if(len(self.pcw_retenciones) == 0):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!