Traduction

This commit is contained in:
Alexandre SPANGARO
2019-09-08 05:18:52 +02:00
parent d9fa32b555
commit 3ddd123eb1
33 changed files with 110 additions and 101 deletions

View File

@@ -110,9 +110,10 @@ abstract class ModeleNumRefCommandes
}
/**
* Test si les numeros deja en vigueur dans la base ne provoquent pas de conflits qui empecheraient cette numerotation de fonctionner.
* Checks if the numbers already in force in the data base do not
* cause conflicts that would prevent this numbering from working.
*
* @return boolean false si conflit, true si ok
* @return boolean false if conflict, true if ok
*/
public function canBeActivated()
{