code cleaning : rename search_poste to search_accounting

This commit is contained in:
sparkyx 2022-11-05 17:11:04 +01:00
parent 9b39ddd817
commit cb86c64776
2 changed files with 2 additions and 2 deletions

View file

@ -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();