#
#= customer_ledgersコントローラー
# Authors:: Sumiyo Yamamoto
# Copyright:: Copyright (C) OrbusNeich Medical K.K.  2010.
#--
# date        name                   note
# 2010.12.6   Sumiyo Yamamoto        新規作成
#-------------------------------------------------------------------------------
#++
class CustomerLedgers < Comm::BaseController::Basic
  #== コンストラクタ
  #-----------------------------------------------------------------#++
  def initialize
    @mcls = CustomerLedger
  end
end
