projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d07b6ec
)
bug. Supplier Payment db calls void_cust_allocations. Fixed to void_supp_allocations.
author
Joe
<joe.hunt.consulting@gmail.com>
Fri, 3 Mar 2023 15:10:01 +0000
(16:10 +0100)
committer
Joe
<joe.hunt.consulting@gmail.com>
Fri, 3 Mar 2023 15:10:01 +0000
(16:10 +0100)
purchasing/includes/db/supp_payment_db.inc
patch
|
blob
|
history
diff --git
a/purchasing/includes/db/supp_payment_db.inc
b/purchasing/includes/db/supp_payment_db.inc
index 70119577135d6db66ef09b03500e1d0af96dec58..a88f9654c7e2fb32b0531a1e8f889898c57b0b6f 100644
(file)
--- a/
purchasing/includes/db/supp_payment_db.inc
+++ b/
purchasing/includes/db/supp_payment_db.inc
@@
-25,7
+25,7
@@
function write_supp_payment($trans_no, $supplier_id, $bank_account,
delete_comments(ST_SUPPAYMENT, $trans_no);
void_bank_trans(ST_SUPPAYMENT, $trans_no, true);
void_gl_trans(ST_SUPPAYMENT, $trans_no, true);
- void_
cust
_allocations(ST_SUPPAYMENT, $trans_no, $date_);
+ void_
supp
_allocations(ST_SUPPAYMENT, $trans_no, $date_);
}
$bank = get_bank_account($bank_account);