correct bug created by the merge
This commit is contained in:
parent
f7d4283c8c
commit
9cd9316744
1 changed files with 2 additions and 2 deletions
|
|
@ -584,8 +584,8 @@ function check()
|
|||
{
|
||||
echo HtmlInput::button_action(" "._("Ajout"),
|
||||
sprintf("%s.input('-1','%s')",
|
||||
$this->object_name,
|
||||
$this->object_name), "xx", "smallbutton", BUTTONADD);
|
||||
$this->object_name),"xx","smallbutton",BUTTONADD);
|
||||
}
|
||||
$nb_order=count($this->a_order);
|
||||
$virg=""; $result="";
|
||||
|
|
@ -616,8 +616,8 @@ function check()
|
|||
{
|
||||
echo HtmlInput::button_action(" "._("Ajout"),
|
||||
sprintf("%s.input('-1','%s')",
|
||||
$this->object_name,
|
||||
$this->object_name), "xx", "smallbutton", BUTTONADD);
|
||||
$this->object_name),"xx","smallbutton",BUTTONADD);
|
||||
}
|
||||
printf('<script> alternate_row_color("tb%s");</script>',
|
||||
$this->object_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue