Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
0879ca0258
@ -607,6 +607,8 @@ function pdf_build_address($outputlangs, $sourcecompany, $targetcompany = '', $t
|
||||
// Country
|
||||
if (!empty($targetcompany->country_code) && $targetcompany->country_code != $sourcecompany->country_code) {
|
||||
$stringaddress .= ($stringaddress ? "\n" : '').$outputlangs->convToOutputCharset($outputlangs->transnoentitiesnoconv("Country".$targetcompany->country_code));
|
||||
} else {
|
||||
$stringaddress .= ($stringaddress ? "\n" : '');
|
||||
}
|
||||
|
||||
if (!empty($conf->global->MAIN_PDF_ADDALSOTARGETDETAILS) || preg_match('/targetwithdetails/', $mode)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user