Ignore:
Timestamp:
2013/03/10 11:47:57 (11 years ago)
Author:
yomoro
Message:

税金管理の並び順を適用日時順に修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/data/class/helper/SC_Helper_TaxRule.php

    r22716 r22717  
    282282        } 
    283283        $table = 'dtb_tax_rule'; 
    284         $objQuery->setOrder('tax_rule_id DESC'); 
     284        // 適用日時順に更新 
     285        $objQuery->setOrder('apply_date DESC'); 
    285286        $arrRet = $objQuery->select($col, $table, $where); 
    286287        return $arrRet; 
Note: See TracChangeset for help on using the changeset viewer.