id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
2435	v2.13.0 SC_Helper_Payment.php 関数getIDValueListについて	kimoto	pineray	"http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13452&forum=3&post_id=61188#forumpost61188

{{{
現在、dtb_paymentには、フィールドが少ないため、SC_Helper_Payment.php 関数 getIDValueList は、
    public static function getIDValueList()
    {
        return SC_Helper_DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');
    }
のように、引数がない状態です。将来、どうなるかわかりませんが、SC_Helper_Delivery.php 関数 getIDValueList のように、
    public static function getIDValueList($type = 'name')
    {
        return SC_Helper_DB_Ex::sfGetIDValueList('dtb_deliv', 'deliv_id', $type);
    }
省略可能な引数を付加してほしいと思います。
}}}"	改善提案	closed	中	EC-CUBE2.13.3	その他	2.12.5	修正済			1
