Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --- a/CRM/Financial/BAO/FinancialAccount.php
  2. +++ b/CRM/Financial/BAO/FinancialAccount.php
  3. @@ -292,6 +292,7 @@
  4. 'Discounts Account is' => 'Revenue',
  5. 'Sales Tax Account is' => 'Liability',
  6. 'Deferred Revenue Account is' => 'Liability',
  7. + 'Grant Expense Account is' => 'Expenses',
  8. );
  9. if (!$flip) {
  10. foreach ($Links as $accountRelation => $accountType) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement