mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
refactoring: payment receive and sale invoice actions.
This commit is contained in:
@@ -20,7 +20,7 @@ export default class PaymentMadesSubscriber {
|
||||
* Handles bills payment amount increment once payment made created.
|
||||
*/
|
||||
@On(events.billPayments.onCreated)
|
||||
async handleBillsIncrement({ tenantId, billPayment, billPaymentId }) {
|
||||
async handleBillsIncrementPaymentAmount({ tenantId, billPayment, billPaymentId }) {
|
||||
const { Bill } = this.tenancy.models(tenantId);
|
||||
const storeOpers = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user