add the country in the address of the PDF's footer
This commit is contained in:
parent
b838ab0c31
commit
3a25beabe6
@ -935,6 +935,11 @@ function pdf_pagefoot(&$pdf, $outputlangs, $paramfreetext, $fromcompany, $marge_
|
||||
{
|
||||
$line1.=($line1?" ":"").$fromcompany->town;
|
||||
}
|
||||
// Country
|
||||
if ($fromcompany->country)
|
||||
{
|
||||
$line1.=($line1?", ":"").$fromcompany->country;
|
||||
}
|
||||
// Phone
|
||||
if ($fromcompany->phone)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user