Travis again (It's susceptible)
This commit is contained in:
parent
031adcfa19
commit
d9ea0e0e8c
@ -390,6 +390,8 @@ class Productbatch extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Clean fields (triming)
|
* Clean fields (triming)
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function clean_param() {
|
private function clean_param() {
|
||||||
if (isset($this->fk_product_stock)) $this->fk_product_stock=(int) trim($this->fk_product_stock);
|
if (isset($this->fk_product_stock)) $this->fk_product_stock=(int) trim($this->fk_product_stock);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user