|
|
@@ -46,6 +46,7 @@ abstract class ProductFamilyModel extends AbstractFullEntity implements ProductP |
|
|
|
const QUALITY_LABEL_AOC = 'aoc'; |
|
|
|
const QUALITY_LABEL_AOP = 'aop'; |
|
|
|
const QUALITY_LABEL_IGP = 'igp'; |
|
|
|
const QUALITY_LABEL_RECUP = 'recup'; |
|
|
|
|
|
|
|
static $organicLabels = [ |
|
|
|
self::QUALITY_LABEL_AB, |
|
|
@@ -57,6 +58,7 @@ abstract class ProductFamilyModel extends AbstractFullEntity implements ProductP |
|
|
|
self::QUALITY_LABEL_AOC, |
|
|
|
self::QUALITY_LABEL_AOP, |
|
|
|
self::QUALITY_LABEL_IGP, |
|
|
|
self::QUALITY_LABEL_RECUP, |
|
|
|
]; |
|
|
|
|
|
|
|
const TYPE_EXPIRATION_DATE_DLC = 'dlc'; |