]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Löschen und ändern von EK-Rechnungen wieder möglich
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 15:45:28 +0000 (16:45 +0100)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 15:45:28 +0000 (16:45 +0100)
Voraussetzung ist natürlich, dass die Buchungskonfiguration für
EK-Rechnungen in der Mandantenkonfiguration Änderungen erlaubt.

Fixed Bug #2366.

bin/mozilla/ir.pl
templates/webpages/ir/form_footer.html

index 30124cf6459768bbccf2f2c86e1b5d11db213ecc..a0693b716f85e490f28a0fe14c4b7398aca0a81d 100644 (file)
@@ -356,7 +356,7 @@ sub form_header {
     max_dunning_level dunning_amount
     shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax
     shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus
-    convert_from_do_ids convert_from_oe_ids
+    convert_from_do_ids convert_from_oe_ids gldate
   ), @custom_hiddens,
   map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
 
index e979a807ed323f6f574346b09b40ec8d879f41d7..ad241a17a1c332e49356e34e938205b512577b06 100644 (file)
 
 [% IF show_delete %]
     <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
+    <input class="submit" type="submit" name="action" value="[% 'Post' | $T8 %]">
 [% END %]
 
     <input type="button" class="submit" onclick="follow_up_window()" value="[% 'Follow-Up' | $T8 %]">