Skip to content

Commit 0b36a81

Browse files
authored
Update rentsense_former_tenants_to_refined.py
Adding the Mense Profit Account too
1 parent 1204282 commit 0b36a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/rentsense_former_tenants_to_refined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def export_dynamic_frame_as_xml_gzip(
575575
)
576576
)
577577
accounts_int = accounts.where(
578-
col("description").isin({"Introductory", "Mense Profit Ac"})
578+
col("description").isin({"Introductory", "Mense Profit Ac","Mesne Profit Ac"})
579579
)
580580
accounts_int = accounts_int.join(
581581
accounts_s,

0 commit comments

Comments
 (0)