Added company db upgrade boundary markers in error log.
[fa-stable.git] / admin / company_preferences.php
index 4270bb8f83fc7f1e2cbd9e5ceab569cd021a5545..899c039a645936d746bc357b72b35253fd886634 100644 (file)
@@ -186,6 +186,7 @@ sales_types_list_row(_("Base for auto price calculations:"), 'base_sales', $_POS
 text_row_ex(_("Add Price from Std Cost:"), 'add_pct', 10, 10, '', null, null, "%");
 $curr = get_currency($_POST['curr_default']);
 text_row_ex(_("Round to nearest:"), 'round_to', 10, 10, '', null, null, $curr['hundreds_name']);
+label_row("", " ");
 
 check_row(_("Search Item List"), 'no_item_list', null);
 check_row(_("Search Customer List"), 'no_customer_list', null);