feat: add column 'description'
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
b24b6d4121
commit
19fcf5d536
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
mixins: [vnReport],
|
||||
async serverPrefetch() {
|
||||
this.receipt = await app.models.Receipt.findOne({
|
||||
fields: ['amountPaid', 'payed', 'clientFk', 'companyFk'],
|
||||
fields: ['amountPaid', 'payed', 'clientFk', 'companyFk', 'description'],
|
||||
include: [
|
||||
{
|
||||
relation: 'client',
|
||||
|
|
Loading…
Reference in New Issue