Blame view

lib/syspro/business_objects/models/por_detail.rb 187 Bytes
810ca84b   Isaac Lewis   wip purchase orde...
1
2
3
4
5
6
7
8
9
  module Syspro
    module BusinessObjects
      module Models
        class PorDetail
          attr_accessor :grn, :lot_number, :purchase_order, :purchase_order_line
        end
      end
    end
  end