Updated charge, Invoice improvements and other minor fixes
This commit is contained in:
@@ -131,7 +131,7 @@ $(document).ready(function() {
|
||||
$("input[name=account_id_label]").typeahead({
|
||||
minLength: 2,
|
||||
source: function (query,process) {
|
||||
search("a/payment/ajaxlist",query,process);
|
||||
search("'.URL::link('admin','payment/ajaxlist').'",query,process);
|
||||
},
|
||||
|
||||
matcher: function () { return true; },
|
||||
|
Reference in New Issue
Block a user