Removed get_js_set_focus() and get_js_form_entry()
[fa-stable.git] / purchasing / inquiry / po_search.php
index e460d53e121ef31745ffd4cdb1d0942e5867cf41..7b2e867cc7008a838cb17f77f256abe97e22d6e9 100644 (file)
@@ -105,10 +105,10 @@ start_table("$table_style colspan=7 width=80%");
 
 if (isset($_POST['StockLocation']) && $_POST['StockLocation'] == $all_items)
        $th = array(_("#"), _("Reference"), _("Supplier"), _("Location"),
-               _("Supplier's Reference"), _("Order Date"), _("Currency"), _("Order Total"));
+               _("Supplier's Reference"), _("Order Date"), _("Currency"), _("Order Total"),'');
 else           
        $th = array(_("#"), _("Reference"), _("Supplier"),
-               _("Supplier's Reference"), _("Order Date"), _("Currency"), _("Order Total"));
+               _("Supplier's Reference"), _("Order Date"), _("Currency"), _("Order Total"),'');
 
 table_header($th);