Version changed to 2.0. Final release
[fa-stable.git] / gl / includes / db / gl_db_banking.inc
index 4711babae0765b4f500aa34c0caa701c419e5ab4..a5fe71ad2250ee84ee1d05764b9d153aa925025d 100644 (file)
@@ -137,23 +137,4 @@ function add_bank_transaction($trans_type, $from_account, $items, $date_,
 
 //----------------------------------------------------------------------------------------
 
-function add_bank_payment($from_account, $items, $date_,
-       $person_type_id, $person_id, $person_detail_id, $type, $ref, $memo_)
-{
-       return add_bank_transaction(systypes::bank_payment(), $from_account, $items, $date_,
-               $person_type_id, $person_id, $person_detail_id, $type, $ref, $memo_);
-}
-
-//---------------------------------------------------------------------------------------------
-
-function add_bank_deposit($from_account, $items, $date_,
-       $person_type_id, $person_id, $person_detail_id, $type, $ref, $memo_)
-{
-       return add_bank_transaction(systypes::bank_deposit(), $from_account, $items, $date_,
-               $person_type_id, $person_id, $person_detail_id, $type, $ref, $memo_);
-}
-
-//---------------------------------------------------------------------------------------------
-
-
 ?>
\ No newline at end of file