Skip to content

Commit

Permalink
correct issue with lease payments not calculating gst. (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith authored Sep 7, 2023
1 parent 70f2cff commit 881eedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const TermPaymentsContainer: React.FunctionComponent<
setEditPaymentModalValues(undefined);
}}
onSave={onSavePayment}
terms={lease?.terms ?? []}
terms={terms ?? []}
/>
<TermModal
displayModal={!!editModalValues}
Expand Down

0 comments on commit 881eedf

Please sign in to comment.