Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-02-11 19:37:24 +01:00
parent 7f146111d2
commit 92dc43de93
5 changed files with 36 additions and 36 deletions

View File

@ -523,7 +523,8 @@ class Mo extends CommonObject
* *
* @return int Number of movements * @return int Number of movements
*/ */
public function countMovements() { public function countMovements()
{
$result = 0; $result = 0;
$sql = 'SELECT COUNT(rowid) as nb FROM '.MAIN_DB_PREFIX.'stock_mouvement as sm'; $sql = 'SELECT COUNT(rowid) as nb FROM '.MAIN_DB_PREFIX.'stock_mouvement as sm';

View File

@ -881,7 +881,6 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print "</table>"; print "</table>";
print '</div>'; print '</div>';
print "</form>"; print "</form>";
} }
// End of page // End of page

View File

@ -18,7 +18,7 @@
/** /**
* \file mo_note.php * \file mo_note.php
* \ingroup mrp * \ingroup mrp
* \brief Car with notes on Mo * \brief Card with notes on Mo
*/ */
// Load Dolibarr environment // Load Dolibarr environment