Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 9, 2024
1 parent 3d7bae4 commit 26149e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/admin/stock.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
$found++;

if (isModEnabled("reception")) {
print '<!-- STOCK_CALCULATE_ON_RECEPTION_CLOSE -->';
print '<!-- STOCK_CALCULATE_ON_RECEPTION -->';
print '<tr class="oddeven">';
print '<td>'.$langs->trans("StockOnReception").'</td>';
print '<td class="right">';
Expand All @@ -386,7 +386,7 @@
print "</td>\n</tr>\n";
$found++;


print '<!-- STOCK_CALCULATE_ON_RECEPTION_CLOSE -->';
print '<tr class="oddeven">';
print '<td>'.$langs->trans("StockOnReceptionOnClosing").'</td>';
print '<td class="right">';
Expand Down

0 comments on commit 26149e5

Please sign in to comment.