Method: NetSuite::Records::Invoice#to_record
- Defined in:
- lib/netsuite/records/invoice.rb
#to_record ⇒ Object
54 55 56 57 58 59 60 |
# File 'lib/netsuite/records/invoice.rb', line 54 def to_record rec = super if rec["#{record_namespace}:customFieldList"] rec["#{record_namespace}:customFieldList!"] = rec.delete("#{record_namespace}:customFieldList") end rec end |