Merge pull request #22794 from lamrani002/fix_issue_vat_number
fix issue for variable does not seem to exist
This commit is contained in:
commit
96df6759a7
@ -1756,8 +1756,8 @@ abstract class CommonInvoice extends CommonObject
|
|||||||
if ($this->ref_client) {
|
if ($this->ref_client) {
|
||||||
$complementaryinfo .= '/20/'.$this->ref_client;
|
$complementaryinfo .= '/20/'.$this->ref_client;
|
||||||
}
|
}
|
||||||
if ($this->thirdparty->vat_number) {
|
if ($this->thirdparty->tva_intra) {
|
||||||
$complementaryinfo .= '/30/'.$this->thirdparty->vat_number;
|
$complementaryinfo .= '/30/'.$this->thirdparty->tva_intra;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Header
|
// Header
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user