Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
This commit is contained in:
commit
9baf21f492
@ -5957,6 +5957,12 @@ abstract class CommonObject
|
|||||||
$type='link';
|
$type='link';
|
||||||
$param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]);
|
$param['options']=array($reg[1].':'.$reg[2]=>$reg[1].':'.$reg[2]);
|
||||||
}
|
}
|
||||||
|
elseif(preg_match('/^sellist:(.*):(.*):(.*):(.*)/i', $val['type'], $reg)) {
|
||||||
|
$param['options'] = array($reg[1] . ':' . $reg[2] . ':' . $reg[3] . ':' . $reg[4] => 'N');
|
||||||
|
$type = 'sellist';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$langfile=$val['langfile'];
|
$langfile=$val['langfile'];
|
||||||
$list=$val['list'];
|
$list=$val['list'];
|
||||||
$help=$val['help'];
|
$help=$val['help'];
|
||||||
|
|||||||
@ -247,7 +247,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
|
|||||||
$pdf->MultiCell(22,2,$outputlangs->transnoentities("Owner"),0,'L');
|
$pdf->MultiCell(22,2,$outputlangs->transnoentities("Owner"),0,'L');
|
||||||
$pdf->SetFont('','', $default_font_size);
|
$pdf->SetFont('','', $default_font_size);
|
||||||
$pdf->SetXY(32,26);
|
$pdf->SetXY(32,26);
|
||||||
$pdf->MultiCell(60,2,$outputlangs->convToOutputCharset($this->account->proprio),0,'L');
|
$pdf->MultiCell(80,2,$outputlangs->convToOutputCharset($this->account->proprio),0,'L');
|
||||||
|
|
||||||
$pdf->SetFont('','', $default_font_size);
|
$pdf->SetFont('','', $default_font_size);
|
||||||
$pdf->SetXY(10,32);
|
$pdf->SetXY(10,32);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user