This commit is contained in:
Juan Felipe Duarte
2025-07-31 17:21:03 -07:00
parent d7789c7f98
commit 62031ea48f
-2
View File
@@ -266,8 +266,6 @@ class ShowPromociones extends Component
$utilidad_total = (int) $this->utilidad * (int) $this->cantidad_comprarPromo;
dd($utilidad_total);
$this->historial = $historial;
for ($p = 0; $p < (int) $this->cantidad_comprarPromo; $p++) {