X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fcompany_preferences.php;h=899c039a645936d746bc357b72b35253fd886634;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=4270bb8f83fc7f1e2cbd9e5ceab569cd021a5545;hpb=4a4cafb0a0184fdcc96fcde391f01ce02dbf31b1;p=fa-stable.git diff --git a/admin/company_preferences.php b/admin/company_preferences.php index 4270bb8f..899c039a 100644 --- a/admin/company_preferences.php +++ b/admin/company_preferences.php @@ -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);