diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-11 20:51:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-11 20:51:23 +0200 |
| commit | 4dca630057509164494b65c2deeb748a51928c73 (patch) | |
| tree | ce8cd487fa4cd9fc1708cb009584464bc5eef0ab /src/verify.h | |
| parent | 7bf884ff9aa2d5dc39fe60e069f1454aaafc4d1e (diff) | |
Add check for empty <LabelText> in <ContentVersion>v1.8.76
We have a report of Deluxe failing a DCP because of this.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 37a1fc11..fdf2d7ff 100644 --- a/src/verify.h +++ b/src/verify.h @@ -462,6 +462,11 @@ public: * other_id contains the ID from the file. */ MISMATCHED_ASSET_MAP_ID, + /** The <LabelText> inside a <ContentVersion> is empty + * note contains the CPL ID + * file contains the CPL filename + */ + EMPTY_CONTENT_VERSION_LABEL_TEXT, }; VerificationNote (Type type, Code code) |
