forked from Wavyzz/dolibarr
Merge branch 'NEW---List-product-in-orders' of https://github.com/bb2a/dolibarr into NEW---List-product-in-orders
This commit is contained in:
@@ -1352,9 +1352,9 @@ if ($resql) {
|
||||
print '</div>';
|
||||
print '<br>';
|
||||
}
|
||||
|
||||
|
||||
// Détail commande
|
||||
if (!empty($conf->global->ORDER_ADD_OPTION_SHOW_DETAIL_LIST)){
|
||||
if (!empty($conf->global->ORDER_ADD_OPTION_SHOW_DETAIL_LIST)) {
|
||||
print '<div class="nowrap inline-block minheight30"><input type="checkbox" id="check_orderdetail" name="check_orderdetail" class="check_orderdetail"'.($check_orderdetail ? ' checked' : '').'><label for="check_orderdetail"> <span class="check_orderdetail_text">'.$langs->trans("OrderShowDetail").'</span></label> </div>';
|
||||
}
|
||||
|
||||
@@ -1913,7 +1913,7 @@ if ($resql) {
|
||||
}
|
||||
$total_ht = 0;
|
||||
$total_margin = 0;
|
||||
|
||||
|
||||
// Détail commande
|
||||
$totalqty = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user