Browse Source

Label recyclage

packProduct
Guillaume 2 years ago
parent
commit
adf03ac82d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Model/Product/ProductFamilyModel.php

+ 2
- 0
Model/Product/ProductFamilyModel.php View File

const QUALITY_LABEL_AOC = 'aoc'; const QUALITY_LABEL_AOC = 'aoc';
const QUALITY_LABEL_AOP = 'aop'; const QUALITY_LABEL_AOP = 'aop';
const QUALITY_LABEL_IGP = 'igp'; const QUALITY_LABEL_IGP = 'igp';
const QUALITY_LABEL_RECUP = 'recup';


static $organicLabels = [ static $organicLabels = [
self::QUALITY_LABEL_AB, self::QUALITY_LABEL_AB,
self::QUALITY_LABEL_AOC, self::QUALITY_LABEL_AOC,
self::QUALITY_LABEL_AOP, self::QUALITY_LABEL_AOP,
self::QUALITY_LABEL_IGP, self::QUALITY_LABEL_IGP,
self::QUALITY_LABEL_RECUP,
]; ];


const TYPE_EXPIRATION_DATE_DLC = 'dlc'; const TYPE_EXPIRATION_DATE_DLC = 'dlc';

Loading…
Cancel
Save