Resolve "Price display issue with price tier" #1719
1 changed files with 3 additions and 0 deletions
|
|
@ -1266,6 +1266,9 @@ $(function() {
|
|||
$('#map_lat').val(lat);
|
||||
$('#map_lng').val(lng);
|
||||
|
||||
// regenerate invoice
|
||||
generateInvoice();
|
||||
|
||||
}
|
||||
|
||||
osm_map.on('click', function(e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue