| ' . $langs->trans("Label") . ' | ' . $langs->trans("Qty") . ' |
|---|
| ' . $langs->trans("Label") . ' | ' . $langs->trans("Qty") . ' |
|---|
| ' . $langs->trans('Description') . ' | '; -print '' . $langs->trans('Qty') . ' | '; -print '' . $langs->trans('TotalHTShort') . ' | '; +print '' . $langs->trans('Qty') . ' | '; +print '' . $langs->trans('TotalHTShort') . ' | '; print "' . $line->product_label . $line->desc; + print ' | ' . $line->product_label . $line->desc;
if (!empty($line->array_options['options_order_notes'])) echo " (".$line->array_options['options_order_notes'].")"; print ' | ';
- print '' . $line->qty . ' | '; - print '' . price($line->total_ttc) . ' | '; + print '' . $line->qty . ' | '; + print '' . price($line->total_ttc) . ' | '; print ''; } } print '
'.$langs->trans('TotalTTC'); +print '
'.$langs->trans('TotalTTC'); if($conf->global->TAKEPOS_BAR_RESTAURANT) print " ".$langs->trans('Place')." ".$place; @@ -367,13 +367,13 @@ if ($invoice->socid != $conf->global->CASHDESK_ID_THIRDPARTY) $soc = new Societe($db); if ($invoice->socid > 0) $soc->fetch($invoice->socid); else $soc->fetch($conf->global->CASHDESK_ID_THIRDPARTY); - print '
'; + print '
'; print $langs->trans("Customer").': '.$soc->name; print '
'; } if ($action=="valid") { - print ''.$invoice->ref." ".$langs->trans('BillShortStatusValidated').'
'; + print ''.$invoice->ref." ".$langs->trans('BillShortStatusValidated').'
'; if ($conf->global->TAKEPOSCONNECTOR) print '