feat: #7333 ticket with refund #2422
|
@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- (Worker -> time-control) Corrección de errores
|
- (Worker -> time-control) Corrección de errores
|
||||||
- (InvoiceOut -> Crear factura) Cuando falla al crear una factura, se devuelve un error
|
- (InvoiceOut -> Crear factura) Cuando falla al crear una factura, se devuelve un error
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- (InvoiceOut) Las facturas ahora muestran el ticket del cual proviene el abono
|
||||||
|
|
||||||
## [24.18.01] - 2024-05-07
|
## [24.18.01] - 2024-05-07
|
||||||
|
|
||||||
## [24.16.01] - 2024-04-18
|
## [24.16.01] - 2024-04-18
|
||||||
|
|
|
@ -101,7 +101,7 @@ module.exports = Self => {
|
||||||
clientFk: claim.ticket().clientFk,
|
clientFk: claim.ticket().clientFk,
|
||||||
shipped: today,
|
shipped: today,
|
||||||
landed: today,
|
landed: today,
|
||||||
nickname: claim.ticket().address().nickname,
|
nickname: `Abono del: ${claim.ticketFk}`,
|
||||||
|
|||||||
warehouseFk: claim.ticket().warehouseFk,
|
warehouseFk: claim.ticket().warehouseFk,
|
||||||
companyFk: claim.ticket().companyFk,
|
companyFk: claim.ticket().companyFk,
|
||||||
addressFk: claim.ticket().addressFk,
|
addressFk: claim.ticket().addressFk,
|
||||||
|
|
Loading…
Reference in New Issue
Usar
const $t = ctx.req.__;
para poner traducción