cirandas.net

ref: master

plugins/suppliers/lib/suppliers_plugin/settings.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
module SuppliersPlugin
  class Settings < Noosfero::Plugin::Settings

    def initialize object
      super object, SuppliersPlugin
    end

    def margin_percentage
      super || 0
    end

  end
end