Merge pull request #5403 from turbo124/v5-develop

Changelog
This commit is contained in:
David Bomba 2021-04-10 12:16:02 +10:00 committed by GitHub
commit 3062ee4fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -5,5 +5,12 @@
### Added:
### Fixed:
- Fixes for counters where patterns without {$counter} could causes endless recursion.
- Fixes for surcharge tax displayed amount on PDF.
### Removed:
## v5.1.43
### Fixed:
- Whitelabel regression.

View File

@ -352,11 +352,6 @@ trait GeneratesCounter
$counter++;
} while ($check);
nlog($counter);
nlog($pattern);
nlog($number);
return $number;
}