YASK#90392 -- Catering import ging fout als de omschrijving quotes bevatte.

svn path=/Customer/trunk/; revision=70091
This commit is contained in:
Arthur Egberink
2025-08-25 10:58:36 +00:00
parent 5c055a19e5
commit 8fc115a347

View File

@@ -5423,7 +5423,7 @@ BEGIN
FOR rec1 IN c_cursor
LOOP
BEGIN
v_newline := rec1.fac_imp_file_line;
v_newline := REPLACE(rec1.fac_imp_file_line, CHR(34)); -- verijder dubbele quotes. Die verstoren het vinden van de velden.
v_aanduiding := v_newline;
v_error_count := 0;