Can't void customer payment if there is an invoice with same number that has been...
[fa-stable.git] / admin / db / voiding_db.inc
index 43580ae978c031189a6d27d994646e8e9a323c2d..86b452edb87d66ecc1623cd68058f1875b24f774 100644 (file)
@@ -45,7 +45,7 @@ function void_transaction($type, $type_no, $date_, $memo_)
                        if (!check_void_bank_trans($type, $type_no))
                                return _('This transaction cannot be voided because the operation would decrease account balance below allowed limit in some point of account history.');
                case ST_SALESINVOICE : // it's a customer invoice
-                       if (is_cust_invoice_credited($type_no))
+                       if (is_cust_invoice_credited($type_no) && $type == ST_SALES_INVOICE)
                                return _('This invoice cannot be voided because it was already credited.');
                case ST_CUSTCREDIT : // it's a customer credit note
                case ST_CUSTDELIVERY : // it's a customer dispatch