Skip to content

Commit

Permalink
piccolo fix in recupero prodotto prenotato ma eliminato
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Nov 30, 2023
1 parent b80d506 commit c99f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/resources/views/delivery/selectprice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$key = sprintf('apply_price_%s_%s', $product->product->id, $combo->id);
}
else {
$base_prod = App\Product::find($product->product->id);
$base_prod = App\Product::tFind($product->product->id);
$now_price = $product->product->getPrice();
$then_price = $base_prod->getPrice();
$key = sprintf('apply_price_%s', $product->product->id);
Expand Down

0 comments on commit c99f27e

Please sign in to comment.