Add: ajout du poids et du volume dans la fiche expedition
Fix: fonctionnement de fetch_lines avec fetch dans expedition.class.php
This commit is contained in:
parent
6ff4745696
commit
685095c25d
@ -535,7 +535,7 @@ else
|
|||||||
|
|
||||||
// Volume Total
|
// Volume Total
|
||||||
print '<tr><td>'.$langs->trans("TotalVolume").'</td>';
|
print '<tr><td>'.$langs->trans("TotalVolume").'</td>';
|
||||||
print '<td colspan="3">'.$totalVolume.' '.measuring_units_string($volumeUnit,"weight")."</td>\n";
|
print '<td colspan="3">'.$totalVolume.' '.measuring_units_string($volumeUnit,"volume")."</td>\n";
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
// Statut
|
// Statut
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user