translations
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3d2f661bf0
commit
60adb6f37c
|
@ -120,6 +120,5 @@
|
||||||
"This item is not available": "This item is not available",
|
"This item is not available": "This item is not available",
|
||||||
"Deny buy request": "Purchase request for ticket id [{{ticketId}}]({{{url}}}) has been rejected. Reason: {{observation}}",
|
"Deny buy request": "Purchase request for ticket id [{{ticketId}}]({{{url}}}) has been rejected. Reason: {{observation}}",
|
||||||
"The type of business must be filled in basic data": "The type of business must be filled in basic data",
|
"The type of business must be filled in basic data": "The type of business must be filled in basic data",
|
||||||
"isWithoutNegatives": "isWithoutNegatives",
|
|
||||||
"The worker has hours recorded that day": "The worker has hours recorded that day"
|
"The worker has hours recorded that day": "The worker has hours recorded that day"
|
||||||
}
|
}
|
|
@ -218,6 +218,5 @@
|
||||||
"The worker has a marked absence that day": "El trabajador tiene marcada una ausencia ese día",
|
"The worker has a marked absence that day": "El trabajador tiene marcada una ausencia ese día",
|
||||||
"You can not modify is pay method checked": "No se puede modificar el campo método de pago validado",
|
"You can not modify is pay method checked": "No se puede modificar el campo método de pago validado",
|
||||||
"Can't transfer claimed sales": "No puedes transferir lineas reclamadas",
|
"Can't transfer claimed sales": "No puedes transferir lineas reclamadas",
|
||||||
"You don't have privileges to create pay back": "No tienes permisos para crear un abono",
|
"You don't have privileges to create pay back": "No tienes permisos para crear un abono"
|
||||||
"isWithoutNegatives": "isWithoutNegatives"
|
|
||||||
}
|
}
|
|
@ -175,7 +175,7 @@ module.exports = Self => {
|
||||||
// Force to unroute ticket
|
// Force to unroute ticket
|
||||||
const hasToBeUnrouted = true;
|
const hasToBeUnrouted = true;
|
||||||
const query = 'CALL vn.ticket_componentMakeUpdate(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)';
|
const query = 'CALL vn.ticket_componentMakeUpdate(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)';
|
||||||
let res = await Self.rawSql(query, [
|
const res = await Self.rawSql(query, [
|
||||||
args.id,
|
args.id,
|
||||||
args.clientFk,
|
args.clientFk,
|
||||||
args.nickname,
|
args.nickname,
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<div class="totalBox align-left" ng-show="::$ctrl.haveNegatives">
|
<div class="totalBox align-left" ng-show="::$ctrl.haveNegatives">
|
||||||
<vn-check
|
<vn-check
|
||||||
ng-model="$ctrl.ticket.withoutNegatives"
|
ng-model="$ctrl.ticket.withoutNegatives"
|
||||||
label="Without create negatives"
|
label="Create without negatives"
|
||||||
info="Clone this ticket with the changes and only sales availables">
|
info="Clone this ticket with the changes and only sales availables">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,6 +6,6 @@ The ticket has been unrouted: El ticket ha sido desenrutado
|
||||||
Price: Precio
|
Price: Precio
|
||||||
New price: Nuevo precio
|
New price: Nuevo precio
|
||||||
Price difference: Diferencia de precio
|
Price difference: Diferencia de precio
|
||||||
Without create negatives: Sin crear negativos
|
Create without negatives: Crear sin negativos
|
||||||
Clone this ticket with the changes and only sales availables: Clona este ticket con los cambios y solo las ventas disponibles.
|
Clone this ticket with the changes and only sales availables: Clona este ticket con los cambios y solo las ventas disponibles.
|
||||||
Movable: Movible
|
Movable: Movible
|
Loading…
Reference in New Issue