feat: support search code credit note
This commit is contained in:
parent
3fb12a5763
commit
f914849431
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ export class CreditNoteController extends Controller {
|
|||
const where = {
|
||||
OR: queryOrNot<Prisma.CreditNoteWhereInput[]>(query, [
|
||||
{
|
||||
code: { contains: query, mode: "insensitive" },
|
||||
requestWork: {
|
||||
some: {
|
||||
request: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue