feat: add column 'description'
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-03-10 07:46:36 +01:00
parent b24b6d4121
commit 19fcf5d536
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
mixins: [vnReport], mixins: [vnReport],
async serverPrefetch() { async serverPrefetch() {
this.receipt = await app.models.Receipt.findOne({ this.receipt = await app.models.Receipt.findOne({
fields: ['amountPaid', 'payed', 'clientFk', 'companyFk'], fields: ['amountPaid', 'payed', 'clientFk', 'companyFk', 'description'],
include: [ include: [
{ {
relation: 'client', relation: 'client',