Changeset 19680 for branches/version-2_5-dev/data/class/SC_Fpdf.php
- Timestamp:
- 2010/11/24 05:30:01 (16 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Fpdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Fpdf.php
r19653 r19680 181 181 182 182 // 税込金額(単価) 183 $data[1] = SC_Helper_DB_Ex::sf PreTax($this->arrDisp['price'][$i]);183 $data[1] = SC_Helper_DB_Ex::sfCalcIncTax($this->arrDisp['price'][$i]); 184 184 185 185 // 小計(商品毎)
Note: See TracChangeset
for help on using the changeset viewer.
