Added content type encoding header
[fa-stable.git] / sales / inquiry / sales_orders_view.php
index 6ad10c1da95ec053cb3bea209fe875392637a3ca..7ff12fbabde89cf20e333f86ac0f5a7467ce6b68 100644 (file)
@@ -172,12 +172,15 @@ if ($result)
 
        start_table("$table_style colspan=6 width=95%");
        $th = array(_("Order #"), _("Customer"), _("Branch"), _("Cust Order #"), _("Order Date"),
-               _("Required By"), _("Delivery To"), _("Order Total"), _("Currency"), _("Tmpl"),"", "");
+               _("Required By"), _("Delivery To"), _("Order Total"), _("Currency"), "");
 
        if($_POST['order_view_mode']=='InvoiceTemplates' || $_POST['order_view_mode']=='DeliveryTemplates')
        {
                $th[3] = _('Description');
-       }
+       } elseif ($_POST['order_view_mode'] != 'OutstandingOnly') {
+               $th[9] = _('Tmpl');
+        $th[] =''; $th[] ='';
+       } 
 
        table_header($th);
        start_form();
@@ -234,7 +237,7 @@ if ($result)
                else
                {
                        echo "<td><input ".($myrow["type"]==1 ? 'checked' : '')." type='checkbox' name='chgtpl" .$myrow["order_no"]. "' value='1'
-                               onclick='forms[1].ChangeTmpl.value= this.name.substr(6);
+                               onclick='this.form.ChangeTmpl.value= this.name.substr(6);
                                this.form.submit();' ></td>";
 
                        $modify_page = $path_to_root . "/sales/sales_order_entry.php?" . SID . "ModifyOrderNumber=" . $myrow["order_no"];