refactor(entry_summary): ident a line
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f6de57a9b5
commit
601d358b51
|
@ -38,8 +38,17 @@ module.exports = Self => {
|
|||
{
|
||||
relation: 'travel',
|
||||
scope: {
|
||||
fields: ['id', 'name', 'shipped', 'landed', 'agencyFk', 'warehouseOutFk', 'warehouseInFk', 'isReceived',
|
||||
'isDelivered', 'ref'],
|
||||
fields: [
|
||||
'id',
|
||||
'name',
|
||||
'shipped',
|
||||
'landed',
|
||||
'agencyFk',
|
||||
'warehouseOutFk',
|
||||
'warehouseInFk',
|
||||
'isReceived',
|
||||
'isDelivered',
|
||||
'ref'],
|
||||
include: [
|
||||
{
|
||||
relation: 'agency',
|
||||
|
|
Loading…
Reference in New Issue