fix indent
This commit is contained in:
parent
b6b736c402
commit
1e6144a99d
@ -708,8 +708,7 @@ if (!empty($usemargins) && $user->rights->margins->creer)
|
|||||||
<?php
|
<?php
|
||||||
if (!empty($conf->global->PRODUCT_LOAD_EXTRAFIELD_INTO_OBJECTLINES)) { ?>
|
if (!empty($conf->global->PRODUCT_LOAD_EXTRAFIELD_INTO_OBJECTLINES)) { ?>
|
||||||
jQuery.each(data.array_options, function( key, value ) {
|
jQuery.each(data.array_options, function( key, value ) {
|
||||||
console.log('div[class$="det'+key.replace('options_','_extras_')+'"] > #'+key);
|
jQuery('div[class$="det'+key.replace('options_','_extras_')+'"] > #'+key).val(value);
|
||||||
jQuery('div[class$="det'+key.replace('options_','_extras_')+'"] > #'+key).val(value);
|
|
||||||
});
|
});
|
||||||
<?php
|
<?php
|
||||||
}?>
|
}?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user