This commit is contained in:
Guillermo 2018-10-30 16:05:34 -03:00
parent c850fb30a9
commit 71689e021e
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ class TicketViewer extends React.Component {
data: {
ticketNumber: this.props.ticket.ticketNumber
}
})
}).then(this.onTicketModification.bind(this));
}
changeDepartment(index) {