Skip to content

Commit

Permalink
Merge pull request #26 from niro1987:fix-cli
Browse files Browse the repository at this point in the history
fix export payments
  • Loading branch information
niro1987 authored Sep 22, 2024
2 parents 891e0f7 + c9b8a00 commit ada5104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sapcommissions/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ async def load_payment_summary(
.join(df_positions.add_prefix("position."), on="position")
.join(df_periods.add_prefix("period."), on="period")
)
df.to_csv("tests/export/test.csv")

if filename:
columns = {
Expand Down

0 comments on commit ada5104

Please sign in to comment.