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

#871
joncas
Participant

p.s.: Searching the files listed in the error log, it looks like the patch would be on in /modules/invoices/save.php
the “insert” case on line 71, one should use SiLocal::dbStd($_POST[“unit_price$i”]) instead of the unmodified $_POST[“unit_price$i”] (as the “edit” case does)

  • This reply was modified 4 years, 2 months ago by joncas.