Code comment
This commit is contained in:
parent
edfedbb818
commit
fc90638b2b
@ -162,8 +162,8 @@ class CUnits // extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param int $id Id object
|
* @param int $id Id object
|
||||||
* @param string $code Code
|
* @param string $code Code
|
||||||
* @param string $short_label Short Label
|
* @param string $short_label Short Label ('g', 'kg', ...)
|
||||||
* @param string $unit_type unit type
|
* @param string $unit_type Unit type ('size', 'surface', 'volume', 'weight', ...)
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
public function fetch($id, $code = '', $short_label = '', $unit_type = '')
|
public function fetch($id, $code = '', $short_label = '', $unit_type = '')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user