code cleaning : rename search_poste to search_accounting
This commit is contained in:
parent
9b39ddd817
commit
cb86c64776
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ class IPoste extends HtmlInput
|
|||
public function dsp_button()
|
||||
{
|
||||
$this->id=($this->id=="")?$this->name:$this->id;
|
||||
$javascript='search_poste(this)';
|
||||
$javascript='search_accounting(this)';
|
||||
$button=Icon_Action::icon_magnifier($this->id."_bt", $javascript);
|
||||
/* add the property */
|
||||
$sc=$this->get_js_attr();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue