X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fgl_setup.php;h=2b6de2178ec2a46afb3317e791dc7826d6446baa;hb=5a7ef37131354aabdcf04c639a903e5876b743e4;hp=3b0868160c51b43906857a37e408dc9c14425c4b;hpb=a451be636774783e63c2fcdd9c7869c9aad48ba9;p=fa-stable.git diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 3b086816..2b6de217 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -222,7 +222,7 @@ check_row(_("Print Item Image on Quote:"), 'print_item_images_on_quote', null); textarea_row(_("Legal Text on Invoice:"), 'legal_text', $_POST['legal_text'], 32, 4); -gl_all_accounts_list_row(_("Shipping Charged Account:"), 'freight_act', $_POST['freight_act']); +gl_all_accounts_list_row(_("Shipping Charged Account (default):"), 'freight_act', $_POST['freight_act']); gl_all_accounts_list_row(_("Deferred Income Account:"), 'deferred_income_act', $_POST['deferred_income_act'], true, false, _("Not used"), false, false, false);