3669-refactor(order_search-panel): change orderFk to ticketFk #888

Merged
joan merged 4 commits from 3669-order_search-panel into dev 2022-03-04 08:39:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e082d18564 - Show all commits

View File

@ -18,7 +18,7 @@ module.exports = Self => {
}, { }, {
arg: 'search', arg: 'search',
type: 'string', type: 'string',
description: `If it's and integer searchs by ticket id, otherwise it searchs by nickname` description: `The general search by ticket id or nickname`
}, { }, {
arg: 'from', arg: 'from',
type: 'date', type: 'date',