コード例 #1
0
ファイル: storelist.php プロジェクト: Niqpue/zippyerp
 public function getItemCount()
 {
     return Stock::findCnt("closed  <> 1 and store_id=" . $this->page->_store->store_id);
 }