Browse Source

fix codespell (#28594)

Frédéric FRANCE 1 year ago
parent
commit
16319e5103
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/mrp/class/mo.class.php

+ 1 - 1
htdocs/mrp/class/mo.class.php

@@ -900,7 +900,7 @@ class Mo extends CommonObject
 		}
 		$productstatic = new Product($this->db);
 		$fk_movement = GETPOST('fk_movement', 'int');
-		$arrayoflines = $this->fetchLinesLinked('consumed', $idline);	// Get lines consummed under the one to delete
+		$arrayoflines = $this->fetchLinesLinked('consumed', $idline);	// Get lines consumed under the one to delete
 
 		$result = 0;