Closed Erenor closed 6 years ago
Hi @Erenor , thanks for your feedback and your quckly fix. Can you create e PR?
Thanks again
Hello. I tried to push into Development, to create a pull request, but it says that I cannot push: "Authentication failed. You may not have permission to access the repository or the repository may have been archived".
Should I fork to a new branch?
Thank you, Erenor.
Yeah, you need to create a fork of my repo to create e PR
PR made :-)
Merged. Thanks @Erenor !!!
Replacing line
day = day.toString().substr(day.length - 2, 2);
with
day = ('00'+day.toString()).substring(day.toString().length);
correctly pads the number and returns a correct Taxcode