Qual: uniformize code

This commit is contained in:
Regis Houssin 2010-09-18 09:40:24 +00:00
parent a1e2f5a8ee
commit 27a930a606
2 changed files with 272 additions and 272 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ jQuery(document).ready(function(){
jQuery("#objectline").tableDnD({
onDrop: function(table, row) {
var roworder = cleanSerialize(jQuery("#objectline").tableDnDSerialize());
var element = "<?php echo $propal->table_element_line; ?>";
var element = "<?php echo $object->table_element_line; ?>";
jQuery.get("<?php echo DOL_URL_ROOT; ?>/core/ajaxrow.php?roworder="+roworder+"&element="+element);
}
});