Merge pull request #12591 from frederic34/patch-6

The variable $letter does not seem...
This commit is contained in:
Laurent Destailleur 2019-12-01 18:57:24 +01:00 committed by GitHub
commit 7d802bb0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,6 +510,7 @@ class ExportExcel extends ModeleExports
{
$c = intval($c);
$letter = '';
if ($c <= 0) {
return '';
}