trim trailing

This commit is contained in:
Frédéric FRANCE 2018-07-26 19:26:03 +02:00
parent 6cb0fb10d6
commit 526ea496ee
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
5 changed files with 69 additions and 72 deletions

View File

@ -94,4 +94,3 @@ abstract class CommonObjectLine extends CommonObject
// For the moment we use the extends on CommonObject until PHP min is 5.4 so use Traits.
}

View File

@ -281,5 +281,3 @@ function updateTotal(days,mode)
jQuery('.totalDay'+days).text(total);
}
}