mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado resumenes + bugs
This commit is contained in:
@ -176,6 +176,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"total_margenes" => null,
|
||||
"total_antes_descuento" => null,
|
||||
"total_descuento" => null,
|
||||
"total_descuentoPercent" => null,
|
||||
"total_presupuesto" => null,
|
||||
"total_precio_unidad" => null,
|
||||
];
|
||||
@ -318,6 +319,7 @@ class PresupuestoEntity extends \CodeIgniter\Entity\Entity
|
||||
"total_margenes" => "?float",
|
||||
"total_antes_descuento" => "?float",
|
||||
"total_descuento" => "?float",
|
||||
"total_descuentoPercent" => "?float",
|
||||
"total_presupuesto" => "?float",
|
||||
"total_precio_unidad" => "?float",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user