231801_test_to_master #1519
|
@ -155,5 +155,7 @@
|
||||||
"Warehouse inventory not set": "Almacén inventario no está establecido",
|
"Warehouse inventory not set": "Almacén inventario no está establecido",
|
||||||
"Component cost not set": "Componente coste no está estabecido",
|
"Component cost not set": "Componente coste no está estabecido",
|
||||||
"Tickets with associated refunds can't be deleted. This ticket is associated with refund Nº 2": "Tickets with associated refunds can't be deleted. This ticket is associated with refund Nº 2",
|
"Tickets with associated refunds can't be deleted. This ticket is associated with refund Nº 2": "Tickets with associated refunds can't be deleted. This ticket is associated with refund Nº 2",
|
||||||
"Description cannot be blank": "Description cannot be blank"
|
"Description cannot be blank": "Description cannot be blank",
|
||||||
|
"Added observation": "Added observation",
|
||||||
|
"Comment added to client": "Comment added to client"
|
||||||
}
|
}
|
|
@ -34,7 +34,7 @@ module.exports = Self => {
|
||||||
Object.assign(myOptions, options);
|
Object.assign(myOptions, options);
|
||||||
|
|
||||||
for (const defaulter of defaulters) {
|
for (const defaulter of defaulters) {
|
||||||
const user = await models.Account.findById(userId, {fields: ['name']}, myOptions);
|
const user = await models.VnUser.findById(userId, {fields: ['name']}, myOptions);
|
||||||
|
|
||||||
const body = $t('Added observation', {
|
const body = $t('Added observation', {
|
||||||
user: user.name,
|
user: user.name,
|
||||||
|
|
Loading…
Reference in New Issue