X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fincludes%2Fdb%2Fgl_db_banking.inc;h=a5fe71ad2250ee84ee1d05764b9d153aa925025d;hb=171074993d8f6768cde0626697abd6b4eab732a6;hp=4711babae0765b4f500aa34c0caa701c419e5ab4;hpb=7b0f3f68c9aaeffec2f57af1160efaabf7a5abcb;p=fa-stable.git diff --git a/gl/includes/db/gl_db_banking.inc b/gl/includes/db/gl_db_banking.inc index 4711baba..a5fe71ad 100644 --- a/gl/includes/db/gl_db_banking.inc +++ b/gl/includes/db/gl_db_banking.inc @@ -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