JPEG-Datei in TInvoiceAttachmentTypeHelper.GetTypeFromFilename hinzufügen #26
Closed
BlueStarHH
started this conversation in
Ideas
Replies: 2 comments
-
ok |
Beta Was this translation helpful? Give feedback.
0 replies
-
erledigt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bitte in der Unit intf.Invoice in der Funktion
class function TInvoiceAttachmentTypeHelper.GetTypeFromFilename(
const _Filename: String): TInvoiceAttachmentType;
Die Zeile
if SameText(fileExt,'.jpg') then
ändern in
if SameText(fileExt,'.jpg') or SameText(fileExt,'.jpeg') then
Beta Was this translation helpful? Give feedback.
All reactions