Line 6... |
Line 6... |
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
<tr class="wpsg_<?php echo (($this->view['wpsg_mod_deliverynote']['i'] == 0)?'odd':'even'); ?>">
|
8 |
<tr class="wpsg_<?php echo (($this->view['wpsg_mod_deliverynote']['i'] == 0)?'odd':'even'); ?>">
|
9 |
<td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
|
9 |
<td align="left" colspan="<?php echo ((sizeof($this->view['arCalculation']['tax']) > 1 || $this->get_option('wpsg_showMwstAlways') == '1')?'5':'4'); ?>">
|
10 |
<label style="font-weight:normal; display:flex; flex-direction:row; margin-bottom:0px;">
|
10 |
<label style="font-weight:normal; display:flex; flex-direction:row; margin-bottom:0px;">
|
11 |
<input checked="checked" type="checkbox" class="wpsg_mod_deliverynote_product" name="wpsg_mod_deliverynote_products[]" value="<?php echo $this->view['wpsg_mod_deliverynote']['product']['product_index']; ?>" style="margin:0px; margin-right:5px;" />
|
11 |
<input checked="checked" type="checkbox" class="wpsg_mod_deliverynote_product_i" name="wpsg_mod_deliverynote_products[]" value="<?php echo $this->view['wpsg_mod_deliverynote']['product']['product_index']; ?>" style="margin:0px; margin-right:5px;" />
|
12 |
<span> <?php echo __('Auf Lieferschein', 'wpsg'); ?></span>
|
12 |
<span> <?php echo __('Auf Lieferschein', 'wpsg'); ?></span>
|
13 |
</label>
|
13 |
</label>
|
14 |
</td>
|
14 |
</td>
|
15 |
</tr>
|
15 |
</tr>
|
16 |
|
16 |
|