Skip to content

Commit

Permalink
Updated test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteMeAsap committed Sep 20, 2024
1 parent ceabb65 commit 1e9faf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery_sendcloud_oca/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def _prepare_sendcloud_parcel_items_outside_eu(self, move):
origin_country = (
product_tmplate.intrastat_origin_country_id.code or origin_country
)
_logger.info("Product Name(%s) : Hs Code(%s) HS Code"%(product_tmplate.name,product_tmplate.hs_code,hs_code))
_logger.info("Product Name(%s) : Hs Code(%s) HS Code", product_tmplate.name,product_tmplate.hs_code,hs_code)
return {"hs_code": hs_code, "origin_country": origin_country}

def _prepare_sendcloud_parcels_from_picking(self):
Expand Down

0 comments on commit 1e9faf6

Please sign in to comment.