coorasse
08/09/2023, 1:19 PMamount
is nil, net_amount
crashes.
I believe that:
• the implementation of net_amount
should check if amount.nil?
and not crash, but return nil
when amount
is nil
.
• the generation of vat prices should be suspended if amount is nil
Opinions? Shall I open a PR?coorasse
08/09/2023, 1:56 PM