Fixed bank transaction dition problem (bank transaction balance check should be perfo...
[fa-stable.git] / sales / includes / ui / sales_order_ui.inc
index 7ececedb4e6aeb5f93940ab71dcc01b13a3711ac..efe856f243415a4a2e1974ce2b71b691d07c04ce 100644 (file)
@@ -410,7 +410,7 @@ function display_order_header(&$order, $editable, $date_text)
        }
 
        if($editable) {
-               $str = sales_types_list_row(_("Price List"), 'sales_type', null, true);
+               $str = sales_types_list_row(_("Price List:"), 'sales_type', null, true);
        } else {
                label_row(_("Price List:"), $order->sales_type_name);
        }
@@ -583,6 +583,8 @@ function display_delivery_details(&$order)
                start_table(TABLESTYLE2, "width=60%");
 
                locations_list_row(_("Deliver from Location:"), 'Location', null, false, true);
+               if (list_updated('Location'))
+                       $Ajax->activate('items_table');
                label_row(_("Cash account:"), $order->pos['bank_account_name']);
                textarea_row(_("Comments:"), "Comments", $order->Comments, 31, 5);
                end_table();