Skip to content

Commit

Permalink
fix(netsuite): Add amount to invoice line items
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannovosad committed Nov 26, 2024
1 parent e920dcf commit c43cbcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def item(fee)
'account' => mapped_item.external_account_code,
'quantity' => fee.units,
'rate' => limited_rate(fee.precise_unit_amount),
'amount' => limited_rate(amount(fee.amount_cents, resource: invoice)),
'taxdetailsreference' => fee.id
}
end
Expand Down

0 comments on commit c43cbcd

Please sign in to comment.