From 84e9dc6d75de557f4100c151d6777bf11052ed93 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Thu, 19 Jan 2017 17:56:05 +0100 Subject: [PATCH] add xl and xxl mode in ajax logistic --- modules/logistics/ajax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/logistics/ajax.php b/modules/logistics/ajax.php index f0ef5eb0..8d9f6901 100644 --- a/modules/logistics/ajax.php +++ b/modules/logistics/ajax.php @@ -23,6 +23,8 @@ $laposte_modes = array( $mr_modes = array( '24R' => '24R : Livraison dans un Point Relais', + '24L' => '24L : Livraison dans un Point Relais XL', + '24X' => '24X : Livraison dans un Point Relais XXL', 'DRI' => 'DRI : Livraison Colis Drive', 'LD1' => 'LD1 : Livraison à domicile RDC (1 personne)', 'LDS' => 'LDS : Livraison à domicile spécialisée (2 personnes)',