Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
This commit is contained in:
commit
de88977cd9
|
@ -57,7 +57,8 @@ class Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
goToTicket(ticketID) {
|
goToTicket(ticketID) {
|
||||||
this.$state.go('ticket.card.sale', {id: ticketID});
|
let url = this.$state.href('ticket.card.sale', {id: ticketID}, {absolute: true});
|
||||||
|
window.open(url, '_blank');
|
||||||
}
|
}
|
||||||
|
|
||||||
onMoreOpen() {
|
onMoreOpen() {
|
||||||
|
|
Loading…
Reference in New Issue