EPIB46 define('TABLE_PAGES', 'pages'); define('TABLE_PAGES_DESCRIPTION', 'pages_description'); // <- EPIB46 // -> SPOR 2008-11-18 define('TABLE_COUNTER','counter'); // <- SPOR 2008-11-18 // -> QPBPP135 define('TABLE_PRODUCTS_PRICE_BREAK', 'products_price_break'); define('TABLE_DISCOUNT_CATEGORIES', 'discount_categories'); define('TABLE_PRODUCTS_TO_DISCOUNT_CATEGORIES', 'products_to_discount_categories'); // <- QPBPP135 // -> PEF : Product Extra fields define('TABLE_PRODUCTS_EXTRA_FIELDS', 'products_extra_fields'); define('TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS', 'products_to_products_extra_fields'); // <- PEF // -> VDAST : gestion de stock ameliore define('TABLE_AUDITED_STOCK', 'stockadd'); // <- VDAST //kgt - discount coupons define('TABLE_DISCOUNT_COUPONS', 'discount_coupons'); define('TABLE_DISCOUNT_COUPONS_TO_ORDERS', 'discount_coupons_to_orders'); define('TABLE_DISCOUNT_COUPONS_TO_CATEGORIES', 'discount_coupons_to_categories'); define('TABLE_DISCOUNT_COUPONS_TO_PRODUCTS', 'discount_coupons_to_products'); define('TABLE_DISCOUNT_COUPONS_TO_MANUFACTURERS', 'discount_coupons_to_manufacturers'); define('TABLE_DISCOUNT_COUPONS_TO_CUSTOMERS', 'discount_coupons_to_customers'); define('TABLE_DISCOUNT_COUPONS_TO_ZONES', 'discount_coupons_to_zones'); //end kgt - discount coupons ?>