]> _ Git - fluidbook-html5.git/commitdiff
wait #7513 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 May 2025 15:27:06 +0000 (17:27 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 9 May 2025 15:27:06 +0000 (17:27 +0200)
js/libs/fluidbook/cart/fluidbook.cart.puma.js

index d9a14cec95bddb62c145e8254d8a0e162f036632..1d72fd0f7f4f1478c060d3a82c826e90b0d6fc3b 100644 (file)
@@ -135,11 +135,11 @@ FluidbookCartPuma.prototype = {
     },
 
     getColumns: function () {
-        return ['Image|onlyprint', 'Catégorie', 'Ligne', 'Sexe', 'Modèle', 'Couleur', 'Désignation', 'Tailles', 'Tarif', 'PVC', 'Image|noprint', 'PACK'];
+        return ['Image|onlyprint', 'Catégorie', 'Ligne', 'Genre', 'Modèle', 'Couleur', 'Désignation', 'Tailles', 'Tarif', 'PVC', 'Image|noprint', 'PACK'];
     },
 
     getExcelColumns: function () {
-        return ['Image', 'Catégorie', 'Ligne', 'Sexe', 'Modèle', 'Couleur', 'REF', 'Désignation', 'Tailles', 'Tarif', 'PVC', 'PACK'];
+        return ['Image', 'Catégorie', 'Ligne', 'Genre', 'Modèle', 'Couleur', 'REF', 'Désignation', 'Tailles', 'Tarif', 'PVC', 'PACK'];
     },
 
     getItems: function () {
@@ -383,7 +383,7 @@ FluidbookCartPuma.prototype = {
             'Catalogue': 5,
             'Catégorie': 5,
             'Ligne': 3,
-            'Sexe': 4,
+            'Genre': 4,
             'Modèle': 5,
             'Couleur': 2,
             'REF': 7,
@@ -398,7 +398,7 @@ FluidbookCartPuma.prototype = {
             'Catalogue': '@',
             'Catégorie': '@',
             'Ligne': '@',
-            'Sexe': '@',
+            'Genre': '@',
             'Modèle': '@',
             'Couleur': '@',
             'REF': '@',