lib/intacctrb/base.rb in intacctrb-0.8.19 vs lib/intacctrb/base.rb in intacctrb-0.8.20

- old
+ new

@@ -173,9 +173,15 @@ xml.customfield { xml.customfieldname 'empower_class' xml.customfieldvalue object.empower_class } end + if object.fixed_asset + xml.customfield { + xml.customfieldname 'fixed_asset' + xml.customfieldvalue object.fixed_asset + } + end } end end end