From: vincent@cubedesigners.com Date: Tue, 10 Apr 2018 16:56:14 +0000 (+0000) Subject: wip #1923 @3 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0a18dcd84b5a39291f166e76dd8a5361a381bfdc;p=cubeextranet.git wip #1923 @3 --- diff --git a/fluidbook/tools/fwstk/.idea/workspace.xml b/fluidbook/tools/fwstk/.idea/workspace.xml index 06fcb0889..db45a241e 100644 --- a/fluidbook/tools/fwstk/.idea/workspace.xml +++ b/fluidbook/tools/fwstk/.idea/workspace.xml @@ -117,8 +117,8 @@ - - + + @@ -1116,7 +1116,7 @@ - + 1487172253077 @@ -1171,7 +1171,7 @@ - @@ -1561,8 +1561,8 @@ - - + + diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index fa092ad76..fdf0e301d 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -391,7 +391,8 @@ class wsBookParametres extends wsParametres 'Essilor' => 'com.fluidbook.player.basket.custom.essilor.EssilorBasketManager', 'Essilor Recap' => 'com.fluidbook.player.basket.custom.essilorrecap.EssilorRecapBasketManager', 'Wesco Ventes' => 'com.fluidbook.player.basket.custom.wesco.WescoBasketManager', - 'Atlantic Download' => 'com.fluidbook.player.basket.custom.atlantic.AtlanticDownloadBasketManager' + 'Atlantic Download' => 'com.fluidbook.player.basket.custom.atlantic.AtlanticDownloadBasketManager', + 'Remarkable' => 'Remarkable' ), 'grade' => 5); $this->fields['basketReferences'] = array('type' => 'freefile', 'default' => '', 'editable' => true, 'label' => __('Références produits'), 'grade' => 3, 'fileFilter' => $basketFilter, 'hint' => __('Fichier contenant les références produits'), 'dir' => 'commerce');