diff --git a/data/Smarty/templates/admin/order/disp.tpl b/data/Smarty/templates/admin/order/disp.tpl index 4162d7d207..92bd3a45e5 100644 --- a/data/Smarty/templates/admin/order/disp.tpl +++ b/data/Smarty/templates/admin/order/disp.tpl @@ -184,7 +184,7 @@
(税率%) - 円 + diff --git a/data/Smarty/templates/admin/order/edit.tpl b/data/Smarty/templates/admin/order/edit.tpl index b1581c624e..a2c6a3eb65 100644 --- a/data/Smarty/templates/admin/order/edit.tpl +++ b/data/Smarty/templates/admin/order/edit.tpl @@ -434,7 +434,7 @@ 税率% - 円 + diff --git a/data/Smarty/templates/default/mypage/history.tpl b/data/Smarty/templates/default/mypage/history.tpl index bef160fed3..68ae84fcee 100644 --- a/data/Smarty/templates/default/mypage/history.tpl +++ b/data/Smarty/templates/default/mypage/history.tpl @@ -101,7 +101,7 @@ - 円 + diff --git a/data/Smarty/templates/mobile/mypage/history.tpl b/data/Smarty/templates/mobile/mypage/history.tpl index 1b309857af..dac2c285f3 100644 --- a/data/Smarty/templates/mobile/mypage/history.tpl +++ b/data/Smarty/templates/mobile/mypage/history.tpl @@ -65,7 +65,7 @@
数量:
- 小計:
+ 小計:

小計:
diff --git a/data/Smarty/templates/sphone/mypage/history.tpl b/data/Smarty/templates/sphone/mypage/history.tpl index 05a7c494de..2a276870e7 100644 --- a/data/Smarty/templates/sphone/mypage/history.tpl +++ b/data/Smarty/templates/sphone/mypage/history.tpl @@ -125,7 +125,7 @@ diff --git a/data/class/util/SC_Utils.php b/data/class/util/SC_Utils.php index c604e9c61c..c58cafc6d5 100755 --- a/data/class/util/SC_Utils.php +++ b/data/class/util/SC_Utils.php @@ -906,7 +906,11 @@ public static function getHash2Array($hash, $requires = []) return $array; } - /* かけ算をする(Smarty用) */ + /** + * かけ算をする(Smarty用) + * + * @deprecated 本体で使用されていないため非推奨 + */ public static function sfMultiply($num1, $num2) { return $num1 * $num2;