PCHX#68542 Importfunctie Importeren xml-facturen vanuit Scansys

svn path=/Customer/trunk/; revision=52992
This commit is contained in:
Sander Schepers
2021-09-10 12:39:35 +00:00
parent 571f112a33
commit 75a37ab5aa

View File

@@ -5074,6 +5074,7 @@ AS
AND UPPER (ia.fac_import_app_code) = 'FIN_SCANSYS_XML'
AND LOG.fac_import_key = i.fac_import_key
AND i.fac_import_app_key = ia.fac_import_app_key
AND log.imp_log_hint NOT LIKE '%Er is geen grootboekrekening gevuld bij dit boekstuknummer%' --ivm PCHX#68542
ORDER BY imp_log_key DESC;
/