X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fgl_quick_entries.php;h=6bd142f6b1c3ef35c8594891071c2a0eb24adf4b;hb=f9ba78ac0c0cde7f58530c3aef2fd372db375753;hp=87e770c4f89ffa5763cc5dee91301df01d33b99c;hpb=7440c983c0967c0a5fc5894b4aaed753fa7cb4ab;p=fa-stable.git diff --git a/gl/manage/gl_quick_entries.php b/gl/manage/gl_quick_entries.php index 87e770c4..6bd142f6 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);