Fix: repositioning of the address
This commit is contained in:
parent
0085a12df6
commit
1e0da4a812
@ -419,8 +419,8 @@ Class pdf_expedition_merou extends ModelePdfExpedition
|
|||||||
//$this->Code39($Xoff+43, $Yoff+1, $object->commande->ref,$ext = true, $cks = false, $w = 0.4, $h = 4, $wide = true);
|
//$this->Code39($Xoff+43, $Yoff+1, $object->commande->ref,$ext = true, $cks = false, $w = 0.4, $h = 4, $wide = true);
|
||||||
//Definition Emplacement du bloc Societe
|
//Definition Emplacement du bloc Societe
|
||||||
$Xoff = 110;
|
$Xoff = 110;
|
||||||
$blSocX=11;
|
$blSocX=90;
|
||||||
$blSocY=21;
|
$blSocY=24;
|
||||||
$blSocW=50;
|
$blSocW=50;
|
||||||
$blSocX2=$blSocW+$blSocXs;
|
$blSocX2=$blSocW+$blSocXs;
|
||||||
|
|
||||||
@ -450,12 +450,12 @@ Class pdf_expedition_merou extends ModelePdfExpedition
|
|||||||
|
|
||||||
//Date Expedition
|
//Date Expedition
|
||||||
$Yoff = $Yoff+7;
|
$Yoff = $Yoff+7;
|
||||||
$pdf->SetXY($blSocX,$blSocY+24);
|
$pdf->SetXY($blSocX-80,$blSocY+20);
|
||||||
$pdf->SetFont('Arial','B',8);
|
$pdf->SetFont('Arial','B',8);
|
||||||
$pdf->SetTextColor(0,0,0);
|
$pdf->SetTextColor(0,0,0);
|
||||||
$pdf->MultiCell(50, 8, $outputlangs->transnoentities("Date")." : " . dol_print_date($object->date,'day',false,$outputlangs,true), '' , 'L');
|
$pdf->MultiCell(50, 8, $outputlangs->transnoentities("Date")." : " . dol_print_date($object->date,'day',false,$outputlangs,true), '' , 'L');
|
||||||
//Date Expedition
|
//Date Expedition
|
||||||
$pdf->SetXY($blSocX2,$blSocY+24);
|
$pdf->SetXY($blSocX2,$blSocY+20);
|
||||||
$pdf->SetFont('Arial','B',8);
|
$pdf->SetFont('Arial','B',8);
|
||||||
$pdf->SetTextColor(0,0,0);
|
$pdf->SetTextColor(0,0,0);
|
||||||
$pdf->MultiCell(50, 8, $outputlangs->transnoentities("Deliverer")." ".$outputlangs->convToOutputCharset($livreur->fullname), '' , 'L');
|
$pdf->MultiCell(50, 8, $outputlangs->transnoentities("Deliverer")." ".$outputlangs->convToOutputCharset($livreur->fullname), '' , 'L');
|
||||||
|
|||||||
@ -67,7 +67,7 @@ function company_save_refresh()
|
|||||||
Purpose: Pour la saisie des dates par calendrier
|
Purpose: Pour la saisie des dates par calendrier
|
||||||
Input: base "/theme/eldy"
|
Input: base "/theme/eldy"
|
||||||
dateFieldID "dateo" Nom du champ
|
dateFieldID "dateo" Nom du champ
|
||||||
format "dd/MM/yyyy" Format issu de Dolibarr de SimpleDateFormat <EFBFBD> utiliser pour retour
|
format "dd/MM/yyyy" Format issu de Dolibarr de SimpleDateFormat a utiliser pour retour
|
||||||
==================================================================*/
|
==================================================================*/
|
||||||
|
|
||||||
function showDP(base,dateFieldID,format)
|
function showDP(base,dateFieldID,format)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user