Bug : 840cd82f3b has introduced a bug when searching an accounting
This commit is contained in:
parent
95ffff4966
commit
7749f97eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class Card_Property
|
|||
$result['input']->id = uniqid('accounting');
|
||||
$result['input']->set_attribute('ipopup', 'ipop_account');
|
||||
$result['input']->set_attribute('jrn', '0');
|
||||
$result['input']->set_attribute('account', "av_text" . $this->ad_id);
|
||||
$result['input']->set_attribute('account', $result['input']->id);
|
||||
$result['input']->dbl_click_history();
|
||||
$result['input']->value = $this->av_text;
|
||||
// account created automatically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue