]> _ Git - fluidbook-html5.git/commitdiff
WIP #5051 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 27 Jun 2022 08:37:14 +0000 (10:37 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 27 Jun 2022 08:37:14 +0000 (10:37 +0200)
js/libs/fluidbook/cart/fluidbook.cart.cfoc.js

index 6ff3cabf50e3d09693385a1d4dca821bdf9e5575..cdda3da4c6a00a94ab500da7dcdacf0fffe54ab4 100644 (file)
@@ -485,7 +485,7 @@ FluidbookCartCFOC.prototype = {
                 let output = '';
 
                 switch(key) {
-                    case 'REF':
+                    case 'LIGNE':
                         output  = data['EXCLU'] ? '*' : ''; // Mark exclusive products with an asterisk
                         output += value;
                         break;