Skip to content

Commit

Permalink
change partner ordered - shipped to
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed May 17, 2024
1 parent 23a5a60 commit 72cde28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export_invoice_edi_auchan/schema/partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class PARSegment(SegmentInterface):
def get_values(self):
return [
(3, "PAR"),
(13, self.invoice.partner_id.barcode), # Code EAN client
(35, self.invoice.partner_id.name, False), # Libellé client
(13, self.invoice.partner_shipping_id.barcode), # Code EAN client
(35, self.invoice.partner_shipping_id.name, False), # Libellé client
(
13,
self.invoice.company_id.partner_id.barcode,
Expand Down

0 comments on commit 72cde28

Please sign in to comment.