Added Quick Entries in Bank Payments/Deposits (Banking and General Ledger).
[fa-stable.git] / gl / includes / ui / gl_bank_ui.inc
index 61c5250ab1d2e1d9d62cc55428cc10dcff2062eb..a0a1ed7a77119b5d44f60497b910eff1319c1114 100644 (file)
@@ -67,6 +67,10 @@ function display_bank_header(&$order)
                        hidden('PersonDetailID');
                }
                break;
+               case payment_person_types::QuickEntry() :
+                       quick_entries_list_row(_("Description:"), 'person_id', null, $payment);
+                       amount_row(_("Total Amount"), 'totamount', null, null, "  ".submit('go', _("Go"), false, false, true));                       
+                       break;  
                //case payment_person_types::Project() :
        //      dimensions_list_row(_("Dimension:"), 'person_id', $_POST['person_id'], false, null, true);
        //      break;