add fixtures
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
caff537f2e
commit
9042eaaf9f
|
@ -2760,6 +2760,10 @@ INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
|
||||||
('lilium', 'dev', 'http://localhost:8080/#/'),
|
('lilium', 'dev', 'http://localhost:8080/#/'),
|
||||||
('salix', 'dev', 'http://localhost:5000/#!/');
|
('salix', 'dev', 'http://localhost:5000/#!/');
|
||||||
|
|
||||||
|
INSERT INTO `vn`.`report` (`id`, `name`, `paperSizeFk`, `method`)
|
||||||
|
VALUES
|
||||||
|
(3, 'invoice', NULL, 'InvoiceOuts/{reference}/invoice');
|
||||||
|
|
||||||
INSERT INTO `vn`.`payDemDetail` (`id`, `detail`)
|
INSERT INTO `vn`.`payDemDetail` (`id`, `detail`)
|
||||||
VALUES
|
VALUES
|
||||||
(1, 1);
|
(1, 1);
|
||||||
|
|
|
@ -141,7 +141,7 @@ module.exports = Self => {
|
||||||
'invoice',
|
'invoice',
|
||||||
?,
|
?,
|
||||||
account.myUser_getId(),
|
account.myUser_getId(),
|
||||||
JSON_OBJECT('reference', ?),
|
JSON_OBJECT('refFk', ?),
|
||||||
'normal'
|
'normal'
|
||||||
);`;
|
);`;
|
||||||
await models.InvoiceOut.rawSql(query, [1 /* vPrinterFk */, invoiceOut.ref], myOptions);
|
await models.InvoiceOut.rawSql(query, [1 /* vPrinterFk */, invoiceOut.ref], myOptions);
|
||||||
|
|
Loading…
Reference in New Issue