Skip to content
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: sum of components in salary register #28237

Merged

Conversation

pateljannat
Copy link
Contributor

Issue and Steps to Replicate:

  1. Create a Salary Structure. Add earnings and deductions to it as usual.

Screenshot 2021-11-03 at 5 51 45 PM

  1. Create an additional salary using one of the components of the salary structure. Make sure to keep Overwrite Salary Structure Amount unchecked

Screenshot 2021-11-03 at 5 58 46 PM

  1. Create a salary slip for this employee. Additional salary gets fetched.

Screenshot 2021-11-03 at 6 03 41 PM

  1. Note that the salary structure Family Allocation is shown twice. Once from salary structure and other from additional Salary.

  2. Now go to Salary Register Report. The family Allocation component does not represent the complete amount.

140062205-c49fc7b4-9464-48a4-937c-fbe304ca06bf

@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #28237 (c22f5ce) into develop (4a3cef6) will increase coverage by 0.02%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           develop   #28237      +/-   ##
===========================================
+ Coverage    55.22%   55.25%   +0.02%     
===========================================
  Files         1117     1117              
  Lines        66496    66496              
===========================================
+ Hits         36725    36744      +19     
+ Misses       29771    29752      -19     
Impacted Files Coverage Δ
.../payroll/report/salary_register/salary_register.py 0.00% <0.00%> (ø)
...value/warehouse_wise_item_balance_age_and_value.py 92.40% <0.00%> (-2.54%) ⬇️
erpnext/stock/reorder_item.py 76.06% <0.00%> (-1.71%) ⬇️
.../report/stock_projected_qty/stock_projected_qty.py 88.15% <0.00%> (-1.32%) ⬇️
erpnext/stock/stock_ledger.py 85.45% <0.00%> (-1.28%) ⬇️
erpnext/accounts/deferred_revenue.py 75.11% <0.00%> (-0.89%) ⬇️
erpnext/hr/utils.py 74.29% <0.00%> (-0.41%) ⬇️
erpnext/projects/doctype/project/project.py 53.73% <0.00%> (-0.36%) ⬇️
erpnext/stock/doctype/serial_no/serial_no.py 78.49% <0.00%> (-0.26%) ⬇️
...ext/payroll/doctype/payroll_entry/payroll_entry.py 70.79% <0.00%> (-0.24%) ⬇️
... and 15 more

@ruchamahabal ruchamahabal merged commit 17acb08 into frappe:develop Nov 9, 2021
@ruchamahabal
Copy link
Member

@Mergifyio backport version-13-hotfix

mergify bot pushed a commit that referenced this pull request Nov 9, 2021
* fix: sum of components in salary register

* fix: sum of deduction components

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
(cherry picked from commit 17acb08)
@mergify
Copy link
Contributor

mergify bot commented Nov 9, 2021

backport version-13-hotfix

✅ Backports have been created

ruchamahabal pushed a commit that referenced this pull request Nov 9, 2021
* fix: sum of components in salary register

* fix: sum of deduction components

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
(cherry picked from commit 17acb08)

Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com>
conncampbell pushed a commit to conncampbell/erpnext that referenced this pull request Jan 9, 2022
* fix: sum of components in salary register

* fix: sum of deduction components

Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
fproldan added a commit to fproldan/erpnext that referenced this pull request Aug 29, 2022
ValentinaPruvost pushed a commit to fproldan/erpnext that referenced this pull request Sep 21, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
github-actions bot pushed a commit to fproldan/erpnext that referenced this pull request Sep 21, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
fproldan added a commit to fproldan/erpnext that referenced this pull request Sep 21, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
fproldan added a commit to fproldan/erpnext that referenced this pull request Sep 21, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
fproldan added a commit to fproldan/erpnext that referenced this pull request Oct 18, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
fproldan added a commit to fproldan/erpnext that referenced this pull request Oct 18, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
ValentinaPruvost pushed a commit to fproldan/erpnext that referenced this pull request Dec 15, 2022
* perf(minor): general ledger report (backport frappe#27987)

* fix: replaced "=" with "in" for multiple statuses in query (backport frappe#28193)

* fix: Serial Nos not set in the row after scanning in popup

- Avoid whitspaces while calculating length of serial nos

(cherry picked from commit 734b57d)

* fix: don't make naming series mandatory for items (backport frappe#28394)

* fix: Work order creation from sales order (backport frappe#28388)

* fix: currency wise pricing rule not working

(cherry picked from commit 43aeb54)

* fix: remove item-item group name validation (backport frappe#28392)

* fix: Default party account getting overriden in invoices

(cherry picked from commit 8864857)

* fix: Remove warehouse filter on Batch field for Material Receipt

(cherry picked from commit 048210a)

* fix: Dispatch address details not displayed in v13

* fix: Unable to edit supplier scorecard criteria name once created (backport frappe#28348)

* fix: performance to submit the JV

(cherry picked from commit 7472760)

* fix: Pricing Rule not created against the Promotional Scheme

(cherry picked from commit d82910b)

* fix: sum of components in salary register (backport frappe#28237)

* fix: auto update price list rate

* fix: Pull Items that are in JC in Stock Entry against JC

- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks

Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
(cherry picked from commit 3da0302)

* test: Stock Entry from JC correctness (items mapping and qty)

(cherry picked from commit 0aa237f)

* fix: Partial Trabsfers against JC

- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup

(cherry picked from commit e8d0c25)

* fix: (travis) Production Plan Summary Report breaks if no WO

- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError

(cherry picked from commit 1eb3ca2)

* fix: Server side test

- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations

(cherry picked from commit bb561ba)

* fix: `test_job_card_partial_material_transfer` test

- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable

(cherry picked from commit a5f8274)

Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>

Co-authored-by: Francisco Roldán <franciscoproldan@gmail.com>
Co-authored-by: marination <maricadsouza221197@gmail.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Subin Tom <subintom2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants