mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-24 03:41:13 +01:00
erechnung checkbox
This commit is contained in:
parent
3301f78016
commit
452b16b357
File diff suppressed because it is too large
Load Diff
@ -112,6 +112,9 @@ class WidgetGenrechnung
|
||||
$field = new HTMLCheckbox("abweichendebezeichnung","","","1","0","0");
|
||||
$this->form->NewField($field);
|
||||
|
||||
$field = new HTMLCheckbox("erechnung","","","1","0","0");
|
||||
$this->form->NewField($field);
|
||||
|
||||
$field = new HTMLCheckbox("mahnwesenfestsetzen","","","1","0","0");
|
||||
$this->form->NewField($field);
|
||||
|
||||
|
@ -99,6 +99,10 @@
|
||||
<td>[ABWEICHENDEBEZEICHNUNGBESCHRIFTUNG]:</td>
|
||||
<td>[ABWEICHENDEBEZEICHNUNG][MSGABWEICHENDEBEZEICHNUNG] </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{|XML-Rechnung|}:</td>
|
||||
<td>[ERECHNUNG][MSGERECHNUNG] </td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user