Merge branch '796-price-display-issue-with-price-tier' into '783-rider-app-trade-in-support'
Resolve "Price display issue with price tier" See merge request jankstudio/resq!908
This commit is contained in:
commit
d7909f7941
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