correcion NIE077
FossilOrigin-Name: e562715e1ea1a809d692abf065a77e785ee36c487f49118982cad63ecdd2ed51
This commit is contained in:
parent
d36259d121
commit
9c2c3d9ce3
@ -23,7 +23,7 @@ class DevengadoHoraExtra:
|
|||||||
# NIE076
|
# NIE076
|
||||||
Cantidad=self.cantidad,
|
Cantidad=self.cantidad,
|
||||||
# NIE077
|
# NIE077
|
||||||
Porcentaje=self.porcentaje,
|
Porcentaje=str(round(self.porcentaje, 2)),
|
||||||
# NIE078
|
# NIE078
|
||||||
Pago=str(round(self.pago, 2)))
|
Pago=str(round(self.pago, 2)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user