Bug #453 Fallo al cambiar el estaddo de un ticket desde sale

This commit is contained in:
gerard 2018-07-27 12:20:10 +02:00
parent f87ccee0b2
commit 38ba6bae7a
2 changed files with 4 additions and 2 deletions

View File

@ -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!'));
});

View File

@ -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;
}