Line 486... |
Line 486... |
486 |
<br />
|
486 |
<br />
|
487 |
<input type="checkbox" name="wpsg_Multirechnung_faelligkeit" value="1" id="invoice_faelligkeit" />
|
487 |
<input type="checkbox" name="wpsg_Multirechnung_faelligkeit" value="1" id="invoice_faelligkeit" />
|
488 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
488 |
<label for="invoice_faelligkeit"><?php echo __('Fälligkeit anzeigen', 'wpsg'); ?></label>
|
489 |
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d'); ?>" />
|
489 |
<input type="date" name="wpsg_Multirechnung_faelligkeitsdatum" value="<?php echo date('Y-m-d'); ?>" />
|
490 |
<br />
|
490 |
<br />
|
491 |
<input type="checkbox" name="wpsg_Multirechnung_shippay" value="1" id="invoice_shippay"/>
|
- |
|
492 |
<label for="invoice_shippay"><?php echo __('Versand-/Zahlungskosten abrechnen', 'wpsg'); ?></label>
|
- |
|
493 |
<br />
|
- |
|
494 |
<input type="checkbox" name="wpsg_Multirechnung_url" value="1" id="invoice_url" />
|
491 |
<input type="checkbox" name="wpsg_Multirechnung_url" value="1" id="invoice_url" />
|
495 |
<label for="invoice_url"><?php echo __('URL Benachrichtigung', 'wpsg'); ?></label>
|
492 |
<label for="invoice_url"><?php echo __('URL Benachrichtigung', 'wpsg'); ?></label>
|
496 |
<br />
|
493 |
<br />
|
497 |
<label for="invoice_date"><?php echo __('Rechnungsdatum', 'wpsg') ;?></label>
|
494 |
<label for="invoice_date"><?php echo __('Rechnungsdatum', 'wpsg') ;?></label>
|
498 |
<input type="date" value="<?php echo date('Y-m-d'); ?>" name="wpsg_Multirechnung_datum" id="invoice_date" />
|
495 |
<input type="date" value="<?php echo date('Y-m-d'); ?>" name="wpsg_Multirechnung_datum" id="invoice_date" />
|