* remove the company field.

This commit is contained in:
wangchunsheng
2010-04-24 14:34:07 +00:00
parent 40f802374b
commit 2dc3c54913

View File

@@ -79,7 +79,6 @@ class productModel extends model
{
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݡ<EFBFBD>*/
$product = fixer::input('post')
->add('company', $this->app->company->id)
->stripTags('name,code')
->specialChars('desc')
->get();