Browse Source

fix scrutinizer

florian HENRY 6 years ago
parent
commit
47eda86e2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/accountancy/class/lettering.class.php

+ 1 - 1
htdocs/accountancy/class/lettering.class.php

@@ -211,7 +211,7 @@ class Lettering extends BookKeeping
 				}
 
 				if (count($ids) > 1) {
-					$result = $this->updatelettrage($ids);
+					$result = $this->updateLettering($ids);
 				}
 			}
 		}