add default account to frontend
This commit is contained in:
@@ -162,7 +162,7 @@ function TicketSell(o){
|
||||
app.defaults.price = app.defaults.ticket_type.price_brutto;
|
||||
}
|
||||
function validateAccount(){
|
||||
app.defaults.id_account = app.defaults.ticket_type.id_account;
|
||||
app.defaults.id_account = $('#ticketcreate-id_account').val();
|
||||
}
|
||||
|
||||
function refresh(){
|
||||
|
||||
Reference in New Issue
Block a user