Skip to content

Commit 4391ee7

Browse files
committed
ACP2E-1220: Misaligned Column Values in PDF
1 parent 1df59a6 commit 4391ee7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Sales/Order/Pdf/Items/InvoiceTestProvider.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getData(): array
5252
],
5353
[
5454
'text' => 'Excl. Tax:',
55-
'feed' => 380,
55+
'feed' => 395,
5656
'align' => 'right',
5757
],
5858
[
@@ -64,7 +64,7 @@ public function getData(): array
6464
[
6565
[
6666
'text' => '10.00',
67-
'feed' => 380,
67+
'feed' => 395,
6868
'font' => 'bold',
6969
'align' => 'right',
7070
],
@@ -78,7 +78,7 @@ public function getData(): array
7878
[
7979
[
8080
'text' => 'Incl. Tax:',
81-
'feed' => 380,
81+
'feed' => 395,
8282
'align' => 'right',
8383
],
8484
[
@@ -90,7 +90,7 @@ public function getData(): array
9090
[
9191
[
9292
'text' => '10.83',
93-
'feed' => 380,
93+
'feed' => 395,
9494
'font' => 'bold',
9595
'align' => 'right',
9696
],
@@ -119,7 +119,7 @@ public function getData(): array
119119
],
120120
[
121121
'text' => 'Excl. Tax:',
122-
'feed' => 380,
122+
'feed' => 395,
123123
'align' => 'right',
124124
],
125125
[
@@ -131,7 +131,7 @@ public function getData(): array
131131
[
132132
[
133133
'text' => '5.00',
134-
'feed' => 380,
134+
'feed' => 395,
135135
'font' => 'bold',
136136
'align' => 'right',
137137
],
@@ -145,7 +145,7 @@ public function getData(): array
145145
[
146146
[
147147
'text' => 'Incl. Tax:',
148-
'feed' => 380,
148+
'feed' => 395,
149149
'align' => 'right',
150150
],
151151
[
@@ -157,7 +157,7 @@ public function getData(): array
157157
[
158158
[
159159
'text' => '5.41',
160-
'feed' => 380,
160+
'feed' => 395,
161161
'font' => 'bold',
162162
'align' => 'right',
163163
],
@@ -203,7 +203,7 @@ public function getData(): array
203203
],
204204
[
205205
'text' => '10.83',
206-
'feed' => 380,
206+
'feed' => 395,
207207
'font' => 'bold',
208208
'align' => 'right',
209209
],
@@ -232,7 +232,7 @@ public function getData(): array
232232
],
233233
[
234234
'text' => '5.41',
235-
'feed' => 380,
235+
'feed' => 395,
236236
'font' => 'bold',
237237
'align' => 'right',
238238
],
@@ -279,7 +279,7 @@ public function getData(): array
279279
],
280280
[
281281
'text' => '10.00',
282-
'feed' => 380,
282+
'feed' => 395,
283283
'font' => 'bold',
284284
'align' => 'right',
285285
],
@@ -308,7 +308,7 @@ public function getData(): array
308308
],
309309
[
310310
'text' => '5.00',
311-
'feed' => 380,
311+
'feed' => 395,
312312
'font' => 'bold',
313313
'align' => 'right',
314314
],

0 commit comments

Comments
 (0)