moved folders to common directory
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
});
|
||||
@endif
|
||||
|
||||
var autocomplete_path = "{{ url('items/items/autocomplete') }}";
|
||||
var autocomplete_path = "{{ url('common/items/autocomplete') }}";
|
||||
|
||||
$(document).on('click', '.form-control.typeahead', function() {
|
||||
input_id = $(this).attr('id').split('-');
|
||||
@@ -368,7 +368,7 @@
|
||||
|
||||
function totalItem() {
|
||||
$.ajax({
|
||||
url: '{{ url("items/items/totalItem") }}',
|
||||
url: '{{ url("common/items/totalItem") }}',
|
||||
type: 'POST',
|
||||
dataType: 'JSON',
|
||||
data: $('#currency_code, #discount input[type=\'number\'], #items input[type=\'text\'],#items input[type=\'number\'],#items input[type=\'hidden\'], #items textarea, #items select'),
|
||||
|
||||
Reference in New Issue
Block a user