node-r3trans
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -100,3 +100,3 @@ "use strict"; | ||
var sTableRow = line.replace(tableRowRegex, ''); | ||
if (!this._unicode) { | ||
if (!this._unicode && tableName !== 'TADIR') { | ||
sTableRow = sTableRow.split('').filter((_, index) => index % 2 === 0).join(''); | ||
@@ -103,0 +103,0 @@ } |
{ | ||
"name": "node-r3trans", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "NodeJs wrapper for SAP R3trans program", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48466