From: Janusz Dobrowolski Date: Thu, 16 Dec 2010 07:51:29 +0000 (+0000) Subject: Could not change quick entry base amount description X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=480f9895b2bb1397ee5b1bd9f4db060cad176875;p=textcart.git Could not change quick entry base amount description --- diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index 87e770c..6bd142f 100644 --- a/gl/manage/gl_quick_entries.php +++ b/gl/manage/gl_quick_entries.php @@ -242,8 +242,7 @@ if (get_post('type') == QE_JOURNAL && get_post('bal_type') == 1) } else { - $_POST['base_desc'] = _("Base Amount"); - text_row_ex(_("Base Amount Description").':', 'base_desc', 50, 60, '',_('Base Amount')); + text_row_ex(_("Base Amount Description").':', 'base_desc', 50, 60, ''); amount_row(_("Default Base Amount").':', 'base_amount', price_format(0)); } end_table(1);