Skip to content
Snippets Groups Projects
Commit 7021b8f2 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me: Committed by Enrico Stano
Browse files

[IMP] energy_selfconsumption: error messaege fix

parent 0154cab2
No related branches found
No related tags found
2 merge requests!187Release 14.0.1.1.13,!155[IMP] energy_selfconsumption: importation of selfconsumption inscriptions, supply points and distribution tables by CSV
......@@ -143,7 +143,7 @@ class SelfconsumptionImportWizard(models.TransientModel):
if supply_point and supply_point.partner_id != partner:
return False, _(
"The supply point partner {supply_partner} and the partner {vat} in the subscription are different."
"The supply point partner {supply_partner} and the partner {vat} in the inscription are different."
).format(supply_partner=supply_point.partner_id.vat, vat=partner.vat)
if not supply_point:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment