You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a batch is created without filling in options, Company is left as 'Any'. When trying to add Contribution to batch, this causes an error as owner of financial account for payment method doesn't match that of null value for batch.
Create default for Company as contact_id of first enabled financial account.
Change validation when adding a contribution to a batch on all backend forms so that there is no error on payment method not matching organization of batch if the latter is any.
Change label and name of field from Company to Organization.
The text was updated successfully, but these errors were encountered:
Actually, 3 required additional changes at ee2c6bf and 83c223d but these involved renaming Company to Organization for label, variable and html. The variable change (likely) cause the contents of the Company column to be displayed as undefined.
If a batch is created without filling in options, Company is left as 'Any'. When trying to add Contribution to batch, this causes an error as owner of financial account for payment method doesn't match that of null value for batch.
The text was updated successfully, but these errors were encountered: