trimtrailing

This commit is contained in:
Frédéric FRANCE 2018-08-28 08:33:02 +02:00
parent 50d50c2e10
commit 1182f29864
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
26 changed files with 150 additions and 137 deletions

View File

@ -716,5 +716,3 @@ class PaymentSocialContribution extends CommonObject
return $result; return $result;
} }
} }

View File

@ -1,4 +1,21 @@
<?php <?php
/*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* or see http://www.gnu.org/
*/
/** /**
* Class to manage comment * Class to manage comment
*/ */

View File

@ -696,4 +696,3 @@ class Menubase
} }
} }

View File

@ -17,7 +17,7 @@
/** /**
* \file htdocs/loan/class/loanschedule.class.php * \file htdocs/loan/class/loanschedule.class.php
* \ingroup facture * \ingroup loan
* \brief File of class to manage schedule of loans * \brief File of class to manage schedule of loans
*/ */
@ -547,4 +547,3 @@ class LoanSchedule extends CommonObject
return $result; return $result;
} }
} }