2350-order_index #334
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#334
Loading…
Reference in New Issue
No description provided.
Delete Branch "2350-order_index"
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?
Revisar comentarios
@ -173,3 +178,3 @@
}
stmt.merge(conn.makeSuffix(filter));
// stmt.merge(conn.makeSuffix(filter));
Eliminar linea comentada
@ -23,1 +23,4 @@
}
save() {
this.$http.post(`Orders/${this.$params.id}/confirm`).then(() => {
Esto no funcionará desde la vista previa del order.index
Make changes
LGTM