|
|
@ -107,11 +107,11 @@ export const useProductsTypesFieldsets = (type) => {
|
|
|
|
const infoTypesMap = {
|
|
|
|
const infoTypesMap = {
|
|
|
|
'6': [[], []],
|
|
|
|
'6': [[], []],
|
|
|
|
'B': [['km'], []],
|
|
|
|
'B': [['km'], []],
|
|
|
|
'J': [[...infoRecDisplay, 'duration', ], ['description']],
|
|
|
|
'J': [[...infoRecDisplay, 'duration', ...infoDisplay], ['description']],
|
|
|
|
'Q': [[...infoRecDisplay, 'duration', ], ['description']],
|
|
|
|
'Q': [[...infoRecDisplay, 'duration', ...infoDisplay], ['description']],
|
|
|
|
'D': [[...infoRecDisplay, 'duration', ...infoDisplay], ['description']],
|
|
|
|
'D': [[...infoRecDisplay, 'duration', ...infoDisplay], ['description']],
|
|
|
|
'7': [[...infoRecDisplay, 'duration', 'open_weekdays'], ['description']],
|
|
|
|
'7': [[...infoRecDisplay, 'duration', 'open_weekdays'], ['description']],
|
|
|
|
'R': [[], ['description']],
|
|
|
|
'R': [[...infoDisplay], ['description']],
|
|
|
|
'8': [[], []],
|
|
|
|
'8': [[], []],
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const thisTypeFieldset = (_type) => {
|
|
|
|
const thisTypeFieldset = (_type) => {
|
|
|
|