fixing amount for each separate organization
This commit is contained in:
@@ -7,7 +7,8 @@ module.exports = models => {
|
||||
Organization,
|
||||
Charge,
|
||||
PaymentPlan,
|
||||
OrgBank
|
||||
OrgBank,
|
||||
GrantsOrganizations
|
||||
} = models;
|
||||
|
||||
Donor.hasMany(Grant, { foreignKey: 'donor_id' });
|
||||
|
||||
Reference in New Issue
Block a user