Skip to content

Commit

Permalink
fix in rappresentazione quantità prenotata/consegnata. closes #240
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Dec 18, 2023
1 parent 11136a9 commit 1bc8569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/resources/views/delivery/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
$master_summary = $aggregate->reduxData();
$currency_symbol = defaultCurrency()->symbol;
/*
In fase di consegna, aggrego sempre tutte le quantità
*/
app()->make('AggregationSwitch')->setEnforced(true);
?>

<div class="row">
Expand Down

0 comments on commit 1bc8569

Please sign in to comment.