fix issue for variable does not seem to exist
This commit is contained in:
parent
055627e248
commit
31153a85d1
@ -1740,8 +1740,8 @@ abstract class CommonInvoice extends CommonObject
|
||||
if ($this->ref_client) {
|
||||
$complementaryinfo .= '/20/'.$this->ref_client;
|
||||
}
|
||||
if ($this->thirdparty->vat_number) {
|
||||
$complementaryinfo .= '/30/'.$this->thirdparty->vat_number;
|
||||
if ($this->thirdparty->tva_intra) {
|
||||
$complementaryinfo .= '/30/'.$this->thirdparty->tva_intra;
|
||||
}
|
||||
|
||||
// Header
|
||||
|
||||
Loading…
Reference in New Issue
Block a user