Method: NetSuite::Records::Invoice#to_record
- Defined in:
- lib/netsuite/records/invoice.rb
#to_record ⇒ Object
153 154 155 156 157 158 159 |
# File 'lib/netsuite/records/invoice.rb', line 153 def to_record rec = super if rec["#{record_namespace}:customFieldList"] rec["#{record_namespace}:customFieldList!"] = rec.delete("#{record_namespace}:customFieldList") end rec end |