The variable xxx does not seem to be defined for all exec paths
This commit is contained in:
parent
5cb014435b
commit
454d79db58
@ -689,6 +689,11 @@ class DiscountAbsolute
|
|||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
$result='';
|
$result='';
|
||||||
|
$link = '';
|
||||||
|
$linkend = '';
|
||||||
|
$label = '';
|
||||||
|
$picto = '';
|
||||||
|
$ref = '';
|
||||||
|
|
||||||
if ($option == 'invoice') {
|
if ($option == 'invoice') {
|
||||||
$facid=! empty($this->discount_type)?$this->fk_invoice_supplier_source:$this->fk_facture_source;
|
$facid=! empty($this->discount_type)?$this->fk_invoice_supplier_source:$this->fk_facture_source;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user