3430-ticket_step-two ticket without negatives #823
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#823
Loading…
Reference in New Issue
No description provided.
Delete Branch "3430-ticket_step-two"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 3430-ticket_step-twoto 3430-ticket_step-two ticket without negatives@ -120,5 +120,6 @@
"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}}",
"The type of business must be filled in basic data": "The type of business must be filled in basic data",
"isWithoutNegatives": "isWithoutNegatives",
this should be translated or removed?
@ -220,2 +220,3 @@
"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"
this should be translated or removed?
@ -158,3 +176,3 @@
const hasToBeUnrouted = true;
const query = 'CALL vn.ticket_componentMakeUpdate(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)';
const res = await Self.rawSql(query, [
let res = await Self.rawSql(query, [
Adding properties to an object doesn't change the object.
@ -7,2 +7,3 @@
Price difference: Diferencia de precio
No newline at end of file
Price difference: Diferencia de precio
Without create negatives: Sin crear negativos
Create without negatives
LGTM