Update combinations.php
This commit is contained in:
parent
2b135dc951
commit
2c76a6cd80
@ -383,7 +383,7 @@ if (! empty($id) || ! empty($ref))
|
|||||||
|
|
||||||
select.empty().append('<option value="">Loading...</option>');
|
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()
|
id: jQuery(this).val()
|
||||||
}, function(data) {
|
}, function(data) {
|
||||||
if (data.error) {
|
if (data.error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user