-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Account number and name incorrectly imported using COA importer #27967
fix: Account number and name incorrectly imported using COA importer #27967
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #27967 +/- ##
===========================================
- Coverage 54.55% 54.39% -0.16%
===========================================
Files 1248 1255 +7
Lines 67518 67822 +304
===========================================
+ Hits 36836 36895 +59
- Misses 30682 30927 +245
|
@Mergifyio backport version-13-hotfix |
@Mergifyio backport version-13-pre-release |
✅ Backports have been created
|
✅ Backports have been created
|
…-27967 fix: Account number and name incorrectly imported using COA importer (backport #27967)
…se/pr-27967 fix: Account number and name incorrectly imported using COA importer (backport #27967)
have installed a new erpnext with the v13.13.0, and the chart of accounts imported did not recognize or maybe made all accounts as "is group" is 1. So all accounts imported are in group. |
The issue reported by @Ponyooooo is a serious one and we just encountered same now. All our ledgers are now imported as Group which means we can't post anything into them! Please help fix this urgently! Thanks |
…fix/pr-27967 fix: Account number and name incorrectly imported using COA importer (backport frappe#27967)
Account name and number were not correctly updated in the Account master when accounts were imported using the chart of accounts importer tool
For Eg: If an
account name
isTest Account
andaccount number
is1234
the account numbers is imported as blank and theaccount name
is imported as1234 - Test Account
This PR fixes that issue