correcion NIE077

FossilOrigin-Name: e562715e1ea1a809d692abf065a77e785ee36c487f49118982cad63ecdd2ed51
This commit is contained in:
bit4bit 2021-12-10 19:39:24 +00:00
parent d36259d121
commit 9c2c3d9ce3

View File

@ -23,7 +23,7 @@ class DevengadoHoraExtra:
# NIE076
Cantidad=self.cantidad,
# NIE077
Porcentaje=self.porcentaje,
Porcentaje=str(round(self.porcentaje, 2)),
# NIE078
Pago=str(round(self.pago, 2)))