Bug #453 Fallo al cambiar el estaddo de un ticket desde sale
This commit is contained in:
parent
f87ccee0b2
commit
38ba6bae7a
|
@ -95,7 +95,7 @@ class Controller {
|
|||
|
||||
onStateChange(value) {
|
||||
let params = {ticketFk: this.$state.params.id, stateFk: value};
|
||||
this.$http.post(`/ticket/api/TicketTrackings/changeState`, params).then(() => {
|
||||
this.$http.post(`/ticket/api/TicketTrackings`, params).then(() => {
|
||||
this.card.reload();
|
||||
this.vnApp.showSuccess(this.translate.instant('Data saved!'));
|
||||
});
|
||||
|
|
|
@ -44,7 +44,9 @@ vn-ticket-sale {
|
|||
p{
|
||||
display: none;
|
||||
}
|
||||
|
||||
button.close > vn-icon{
|
||||
color: white!important;
|
||||
}
|
||||
vn-ticket-sale-edit-discount > div {
|
||||
padding-bottom: 0!important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue