Skip to content

Commit

Permalink
Fix label pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
angelgnz committed Jul 23, 2021
1 parent 316dc4c commit 8476272
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DHL/Datatype/AM/Label.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Label extends Base
'required' => false,
'subobject' => false,
'comment' => 'LabelTemplate',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_CI_thermal',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_PDF,8X4_CI_thermal',
),
'Logo' => array(
'type' => 'YesNo',
Expand Down
2 changes: 1 addition & 1 deletion DHL/Datatype/AP/Label.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Label extends Base
'required' => false,
'subobject' => false,
'comment' => 'LabelTemplate',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_CI_thermal',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_PDF,8X4_CI_thermal',
),
'Logo' => array(
'type' => 'YesNo',
Expand Down
2 changes: 1 addition & 1 deletion DHL/Datatype/EA/Label.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Label extends Base
'required' => false,
'subobject' => false,
'comment' => 'LabelTemplate',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,8X4_CI_PDF,8X4_CI_thermal',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,8X4_CI_PDF,8X4_PDF,8X4_CI_thermal',
),
'Logo' => array(
'type' => 'YesNo',
Expand Down
2 changes: 1 addition & 1 deletion DHL/Datatype/GB/Label.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Label extends Base
'required' => false,
'subobject' => false,
'comment' => 'LabelTemplate',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_CI_thermal',
'enumeration' => '8X4_A4_PDF,8X4_thermal,8X4_A4_TC_PDF,6X4_A4_PDF,6X4_thermal,8X4_CI_PDF,8X4_PDF,8X4_CI_thermal',
),
'Logo' => array(
'type' => 'YesNo',
Expand Down

0 comments on commit 8476272

Please sign in to comment.