X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fincludes%2Fui%2Fgl_bank_ui.inc;h=3ea9b9d95229553ea4658ac1967353c0e930c7a0;hb=171074993d8f6768cde0626697abd6b4eab732a6;hp=d55d7e2f24932b36e8a28f1ccd5fb47870f4da2f;hpb=e8623dd6746abb8eec4eb3ddd583d208e531b8e7;p=fa-stable.git diff --git a/gl/includes/ui/gl_bank_ui.inc b/gl/includes/ui/gl_bank_ui.inc index d55d7e2f..3ea9b9d9 100644 --- a/gl/includes/ui/gl_bank_ui.inc +++ b/gl/includes/ui/gl_bank_ui.inc @@ -85,7 +85,10 @@ function display_bank_header(&$order) bank_trans_types_list_row(_("Type:"), 'type', null); - ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::bank_payment())); + if (isset($_GET['NewPayment'])) + ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::bank_payment())); + else + ref_row(_("Reference:"), 'ref', '', references::get_next(systypes::bank_deposit())); echo ""; // inner table @@ -212,7 +215,7 @@ function gl_edit_item_controls(&$order, $dim, $Index=null) elseif ($_POST['PayType'] == payment_person_types::WorkOrder()) $_POST['code_id'] = get_company_pref('default_assembly_act'); else { - $_POST['code_id'] = + $_POST['code_id'] = get_company_pref($payment ? 'default_cogs_act':'default_inv_sales_act'); } gl_all_accounts_list('code_id', null, true, false, true);