Skip to content

Commit

Permalink
fix(invoicing): omit sender for autoresolving
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jan 17, 2025
1 parent 06710b0 commit b2cb6dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,6 @@ export class OrderingService
})
),
customer_remark: master.payload?.customer_remark,
sender: master.payload?.billing_address,
recipient: master.payload?.billing_address,
total_amounts: master.payload?.total_amounts,
sections: item.sections?.map(
Expand Down

0 comments on commit b2cb6dc

Please sign in to comment.