Fix var not not consistent
This commit is contained in:
parent
8318db85a3
commit
34beca0758
@ -453,7 +453,7 @@ function pdf_build_address($outputlangs, $sourcecompany, $targetcompany = '', $t
|
||||
if (preg_match('/\((.+)\)/', $tmp, $reg)) $tmp=$reg[1];
|
||||
$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof6);
|
||||
}
|
||||
if (! empty($conf->global->PDF_ADD_MORE_AFTER_ADDRESS)) {
|
||||
if (! empty($conf->global->PDF_ADD_MORE_AFTER_SOURCE_ADDRESS)) {
|
||||
$stringaddress.=($stringaddress ? "\n" : '' ).$conf->global->PDF_ADD_MORE_AFTER_SOURCE_ADDRESS;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user