Reply To: price needs to be normalized when creating itemized invoice

#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)

Attachments: