Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -516,7 +516,9 @@ function resolveKumasValue(item) {
|
|||||||
return firstText(
|
return firstText(
|
||||||
item?.BIRINCI_PARCA_KUMAS,
|
item?.BIRINCI_PARCA_KUMAS,
|
||||||
item?.ProductAtt26Desc,
|
item?.ProductAtt26Desc,
|
||||||
item?.PRODUCTATT26DESC
|
item?.PRODUCTATT26DESC,
|
||||||
|
item?.ProductAtt29Desc,
|
||||||
|
item?.PRODUCTATT29DESC
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -524,7 +526,9 @@ function resolveKarisimValue(item) {
|
|||||||
return firstText(
|
return firstText(
|
||||||
item?.BIRINCI_PARCA_KARISIM,
|
item?.BIRINCI_PARCA_KARISIM,
|
||||||
item?.ProductAtt29Desc,
|
item?.ProductAtt29Desc,
|
||||||
item?.PRODUCTATT29DESC
|
item?.PRODUCTATT29DESC,
|
||||||
|
item?.ProductAtt26Desc,
|
||||||
|
item?.PRODUCTATT26DESC
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user