mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Test: reorder lines with jquery
This commit is contained in:
@@ -1367,7 +1367,7 @@ if ($id > 0 || ! empty($ref))
|
||||
/*
|
||||
* Lines
|
||||
*/
|
||||
if ($conf->use_javascript_ajax && $propal->statut == 0)
|
||||
if ($conf->use_javascript_ajax && $propal->statut == 0 && $_GET['action'] != 'editline')
|
||||
{
|
||||
print '<script>
|
||||
jQuery(document).ready(function(){
|
||||
|
||||
Reference in New Issue
Block a user