Fix display issue for invoice. #796
This commit is contained in:
parent
25e0931f6f
commit
b80ece9084
1 changed files with 3 additions and 0 deletions
|
|
@ -1266,6 +1266,9 @@ $(function() {
|
||||||
$('#map_lat').val(lat);
|
$('#map_lat').val(lat);
|
||||||
$('#map_lng').val(lng);
|
$('#map_lng').val(lng);
|
||||||
|
|
||||||
|
// regenerate invoice
|
||||||
|
generateInvoice();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
osm_map.on('click', function(e) {
|
osm_map.on('click', function(e) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue