Skip to content

Instantly share code, notes, and snippets.

@satanas
Created January 26, 2011 21:44
Show Gist options
  • Save satanas/797540 to your computer and use it in GitHub Desktop.
Save satanas/797540 to your computer and use it in GitHub Desktop.
Modifications to integrate_list
<% if settings.qbtype == 0 %>
bill1.ExpenseAccountName(0) = "<%= account.nil? ? '' : settings.account_name %>"
<% else %>
bill1.ItemName(0) = "<%= account.nil? ? '' : settings.account_name %>"
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment