SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › price needs to be normalized when creating itemized invoice › Reply To: price needs to be normalized when creating itemized invoice
July 13, 2020 at 2:41 am
#940
joncas
Participant
What worked for me is what I wrote above (post #871) is to edit the file located at /modules/invoices/save.php
On line 71 (in my version),
replace
$_POST["unit_price$i"]
with
SiLocal::dbStd($_POST["unit_price$i"])
(see enclosed image)
Recent Comments