From: Chris B. <cb...@en...> - 2004-09-23 14:38:23
|
The error is in this line of code: /*First check there are lines on the dipatch with quantities to invoice invoices can have a zero amount but there must be a quantity to invoice */ $QuantityInvoicedIsPositive = false; foreach ($_SESSION['Items']->LineItems as $OrderLine) { if ($OrderLine->QtyDispatched > 0){ $QuantityInvoicedIsPositive =true; } } echo '<BR><FONT SIZE=4 COLOR=RED>Error: </FONT>' . _('There are no lines on this order with a quantity to invoice. No furth$ include('includes/footer.inc'); exit; -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of Chris Bice Sent: Thursday, September 23, 2004 9:40 AM To: web...@li... Subject: [Web-erp-developers] CVS File Error's Ok, I have downloaded the latest CSV. I upgraded from 2.8 to 2.9 to 2.10 with the SQL Upgrade Scripts. Now when I Try and process an Invoice, it gives me an error saying I have to have something in the Quantity Field, or Line to Process. There are 7 Lines on this Invoice. Are there going to be major issues with upgrading from a couple previous versions to the letst CVS version?? |