@ -108,8 +108,17 @@ export const CustomerreturnRequestMain = useCrudSchemas(
searchCondition: [
{
key: 'available',
action: '==',
value: 'TRUE',
isMainValue: false
isMainValue: false,
isSearch: true
},
key: 'type',
action: '!=',
value: 'PROVISIONAL_ESTIMATE',
isSearch: true,
}
],
verificationParams: [