Merge pull request #10220 from defrance/patch-139

fk_default_warehouse not defined on product class
This commit is contained in:
Laurent Destailleur 2018-12-13 20:02:31 +01:00 committed by GitHub
commit 1fd283fe6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,6 +310,7 @@ class Product extends CommonObject
public $oldcopy;
public $fk_default_warehouse;
/**
* @var int ID
*/