Bug : cosmetic , VAT in card is not aligned
This commit is contained in:
parent
f9a4b987a2
commit
8bf9c4f39e
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class Card_Property
|
|||
return $result;
|
||||
} elseif ($this->ad_id == ATTR_DEF_TVA) {
|
||||
$result['input'] = new ITva_Popup('popup_tva');
|
||||
$result['input']->table = 1;
|
||||
$result['input']->table = 0;
|
||||
$result['input']->value = $this->av_text;
|
||||
$result['label']=$this->ad_text;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue