|
@@ -96,6 +96,7 @@ class Pro extends Model
|
|
->where('code', 'NOT LIKE', 'CM%')
|
|
->where('code', 'NOT LIKE', 'CM%')
|
|
->where('code', 'NOT LIKE', 'RM%')
|
|
->where('code', 'NOT LIKE', 'RM%')
|
|
->where('responsibility', '<>', 'GENERIC')
|
|
->where('responsibility', '<>', 'GENERIC')
|
|
|
|
+ ->where('responsibility', '<>', 'NA')
|
|
->get();
|
|
->get();
|
|
}
|
|
}
|
|
|
|
|