set integration_level to "none" to avoid "carrier_tracking_ref" to be overwritten at validation
parent
dd5cd8dcd0
commit
975dc7254f
|
|
@ -1,17 +1,17 @@
|
|||
"id","name","delivery_type","product_id/id","fixed_price"
|
||||
"c_1","LKW","fixed","dp_custom.product_transport","0.0"
|
||||
"c_2","OEBB","fixed","dp_custom.product_transport","0.0"
|
||||
"c_3","DPD","fixed","dp_custom.product_transport","0.0"
|
||||
"c_4","SCH","fixed","dp_custom.product_transport","0.0"
|
||||
"c_5","Dachser","fixed","dp_custom.product_transport","0.0"
|
||||
"c_6","Weiss","fixed","dp_custom.product_transport","0.0"
|
||||
"c_7","Spedition","fixed","dp_custom.product_transport","0.0"
|
||||
"c_8","Abholung","fixed","dp_custom.product_transport","0.0"
|
||||
"c_9","Container","fixed","dp_custom.product_transport","0.0"
|
||||
"c_10","Post","fixed","dp_custom.product_transport","0.0"
|
||||
"c_11","Sonstige","fixed","dp_custom.product_transport","0.0"
|
||||
"c_12","Bus","fixed","dp_custom.product_transport","0.0"
|
||||
"c_13","Luft","fixed","dp_custom.product_transport","0.0"
|
||||
"c_14","Würth","fixed","dp_custom.product_transport","0.0"
|
||||
"c_15","Klein-LKW","fixed","dp_custom.product_transport","0.0"
|
||||
"c_16","Düring","fixed","dp_custom.product_transport","0.0"
|
||||
"id","name","delivery_type","product_id/id","fixed_price","integration_level"
|
||||
"c_1","LKW","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_2","OEBB","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_3","DPD","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_4","SCH","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_5","Dachser","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_6","Weiss","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_7","Spedition","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_8","Abholung","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_9","Container","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_10","Post","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_11","Sonstige","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_12","Bus","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_13","Luft","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_14","Würth","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_15","Klein-LKW","fixed","dp_custom.product_transport","0.0","none"
|
||||
"c_16","Düring","fixed","dp_custom.product_transport","0.0","none"
|
||||
|
|
|
|||
|
Loading…
Reference in New Issue