Resolve "Invoice and JO modifications for regional pricing" #1705

Merged
korina.cordero merged 23 commits from 782-invoice-and-jo-modifications-for-regional-pricing into 780-regional-pricing 2024-02-08 06:21:40 +00:00
Showing only changes of commit 35b3b23e55 - Show all commits

View file

@ -1231,6 +1231,8 @@ $(function() {
function selectPoint(lat, lng)
{
// check if point is in coverage area
// commenting out the geofence call for CRM
/*
$.ajax({
method: "GET",
url: "{{ url('jo_geofence') }}",
@ -1248,7 +1250,7 @@ $(function() {
type: 'warning',
});
}
});
}); */
// clear markers
markerLayerGroup.clearLayers();