Update combinations.php

This commit is contained in:
Frédéric FRANCE 2018-04-11 11:44:22 +02:00 committed by GitHub
parent 2b135dc951
commit 2c76a6cd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,7 +383,7 @@ if (! empty($id) || ! empty($ref))
select.empty().append('<option value="">Loading...</option>');
jQuery.getJSON("<?php echo dol_buildpath('/variants/ajax/get_attribute_values.php', 2) ?>", {
jQuery.getJSON("ajax/get_attribute_values.php", {
id: jQuery(this).val()
}, function(data) {
if (data.error) {