Skip to content

Commit 470320e

Browse files
Madhumalakjignesh-baldha
authored andcommitted
2.2.6-dev-6305 changes comment and repushed again for pdf issue
1 parent 0a16848 commit 470320e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Sales/Model/Order/Pdf/Items/Invoice/DefaultInvoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function draw()
127127
'feed' => 35,
128128
];
129129

130-
// Checking if option value is null not as empty
130+
// Checking whether option value is not null
131131
if ($option['value']!= null) {
132132
if (isset($option['print_value'])) {
133133
$printValue = $option['print_value'];

app/code/Magento/Sales/Model/Order/Pdf/Items/Shipment/DefaultShipment.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function draw()
8989
];
9090

9191
// draw options value
92-
// Checking if option value is null not as empty
9392
if ($option['value']!= null) {
9493
$printValue = isset(
9594
$option['print_value']

0 commit comments

Comments
 (0)