2
0
forked from Wavyzz/dolibarr

code syntax core directory

This commit is contained in:
Frédéric FRANCE
2021-02-23 22:03:23 +01:00
parent 2642e1d1b3
commit 554e449e40
512 changed files with 34726 additions and 28660 deletions

View File

@@ -158,8 +158,7 @@ function dol_ch_controle_bvrb($bvrb)
// Make control
$report = 0;
while (dol_strlen($bv) > 1)
{
while (dol_strlen($bv) > 1) {
$match = substr($bv, 0, 1);
$report = $tableau[$report][$match];
$bv = substr($bv, 1);