fix indent

This commit is contained in:
Florian HENRY 2021-02-08 19:59:18 +01:00
parent b6b736c402
commit 1e6144a99d

View File

@ -708,8 +708,7 @@ if (!empty($usemargins) && $user->rights->margins->creer)
<?php
if (!empty($conf->global->PRODUCT_LOAD_EXTRAFIELD_INTO_OBJECTLINES)) { ?>
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
}?>