Fix phpcs
This commit is contained in:
parent
7f146111d2
commit
92dc43de93
@ -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';
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user