typo
gitea/salix/pipeline/head This commit is unstable
Details
gitea/salix/pipeline/head This commit is unstable
Details
This commit is contained in:
parent
2c3b735650
commit
59e66e1f49
|
@ -2,14 +2,14 @@ const {Report} = require('vn-print');
|
|||
|
||||
module.exports = Self => {
|
||||
Self.remoteMethodCtx('invoiceInPdf', {
|
||||
description: 'Returns the delivery note pdf',
|
||||
description: 'Returns the invoiceIn pdf',
|
||||
accessType: 'READ',
|
||||
accepts: [
|
||||
{
|
||||
arg: 'id',
|
||||
type: 'number',
|
||||
required: true,
|
||||
description: 'The ticket id',
|
||||
description: 'The invoiceIn id',
|
||||
http: {source: 'path'}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -87,7 +87,7 @@ module.exports = {
|
|||
},
|
||||
props: {
|
||||
id: {
|
||||
type: [Number, String],
|
||||
type: Number,
|
||||
description: 'The invoice id'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue