Skip to content

Commit

Permalink
Update class-wcpdf-main.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 6, 2023
1 parent ade311e commit a12a3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/class-wcpdf-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1604,9 +1604,9 @@ public function display_due_date( string $document_type, $order ): void {

if ( ! empty( $due_date ) ) {
echo '<tr class="due-date">
<th>', $due_date_label, '</th>
<td>', $due_date, '</td>
</tr>';
<th>', $due_date_label, '</th>
<td>', $due_date, '</td>
</tr>';
}
}
}
Expand Down

0 comments on commit a12a3ff

Please sign in to comment.