FIX if we dont use SUPPLIER_ORDER_USE_HOUR_FOR_DELIVERY_DATE the hour is displayed on pdf
This commit is contained in:
parent
0993ac90eb
commit
605d830d10
@ -1088,7 +1088,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
|
|
||||||
$pdf->SetTextColor(0,0,60);
|
$pdf->SetTextColor(0,0,60);
|
||||||
$usehourmin='day';
|
$usehourmin='day';
|
||||||
if (empty($conf->global->SUPPLIER_ORDER_USE_HOUR_FOR_DELIVERY_DATE)) $usehourmin='dayhour';
|
if (!empty($conf->global->SUPPLIER_ORDER_USE_HOUR_FOR_DELIVERY_DATE)) $usehourmin='dayhour';
|
||||||
if (! empty($object->date_livraison))
|
if (! empty($object->date_livraison))
|
||||||
{
|
{
|
||||||
$posy+=4;
|
$posy+=4;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user