Changeset 22833 for branches/version-2_13-dev/data/class/SC_Product.php
- Timestamp:
- 2013/05/21 12:01:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Product.php
r22736 r22833 773 773 return $sql; 774 774 } 775 776 function getProductDispConditions($tablename = null) { 777 $tablename = ($tablename) ? $tablename . '.' : null; 778 return $tablename . 'del_flg = 0 AND ' . $tablename . 'status = 1 '; 779 } 780 775 781 }
Note: See TracChangeset
for help on using the changeset viewer.
