SID & start_form() cleanup.
[fa-stable.git] / sales / customer_invoice.php
index d935978f202439f181dee5653b6228fe63367e21..9836de48fad516e4330dcd2c0eb17b8a60b08a55 100644 (file)
@@ -334,7 +334,7 @@ $dspans[] = $spanlen;
 $is_batch_invoice = count($_SESSION['Items']->src_docs) > 1;
 
 $is_edition = $_SESSION['Items']->trans_type == 10 && $_SESSION['Items']->trans_no != 0;
-start_form(false, true);
+start_form();
 hidden('cart_id');
 
 start_table("$table_style2 width=80%", 5);