dd
This commit is contained in:
@@ -266,8 +266,6 @@ class ShowPromociones extends Component
|
|||||||
|
|
||||||
$utilidad_total = (int) $this->utilidad * (int) $this->cantidad_comprarPromo;
|
$utilidad_total = (int) $this->utilidad * (int) $this->cantidad_comprarPromo;
|
||||||
|
|
||||||
dd($utilidad_total);
|
|
||||||
|
|
||||||
$this->historial = $historial;
|
$this->historial = $historial;
|
||||||
|
|
||||||
for ($p = 0; $p < (int) $this->cantidad_comprarPromo; $p++) {
|
for ($p = 0; $p < (int) $this->cantidad_comprarPromo; $p++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user