hey underdog
is that when adding a new item when editing an invoice
if that that bug was picked up recently by another user - its been fixed and i'm just getting ready to do a new release
to fix this - edit modules\invoices\add_invoice_item.php
and change the file
fromif(isset($_POST['submit'])) {
insertInvoiceItem($_POST['invoice_id'],$_POST['quantity'],$_POST['product'],$_POST['tax_id'],$_POST['description']);
}
toif(isset($_POST['submit'])) {
invoice::insertInvoiceItem($_POST['invoice_id'],$_POST['quantity'],$_POST['product'],$_POST['tax_id'],$_POST['description']);
}
let us know how you go
cheers
justin
good to hear
cheers
justin
fyi
i've just released a version of simple invoices that includes this fix
refer: http://simpleinvoices.googlecode.com/files/simpleinvoices_20080629.zip
cheers
Justin
thanks stu,
glad to hear you could work around the bug
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!