Fix: wrong table name
This commit is contained in:
parent
a076d4b461
commit
775e11ce33
@ -193,7 +193,7 @@ class FormOther
|
||||
print '<option value="'.$obj->rowid.'">';
|
||||
//print '<option onmouseover="showtip(\''.$obj->label.'\')" onMouseout="hidetip()" value="'.$obj->rowid.'">';
|
||||
}
|
||||
$selectOptionValue = $obj->code.' : '.price($obj->price).' '.$langs->trans("HT").' ('.$obj->organization.')';
|
||||
$selectOptionValue = $obj->code.' - '.$obj->label.' : '.price($obj->price).' '.$langs->trans("HT").' ('.$obj->organization.')';
|
||||
print $selectOptionValue;
|
||||
print '</option>';
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user