projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61763f2
)
Wenn ein Auftrag komplett geliefert ist, den Workflow-Knopf 'Lieferschein' ausblenden
author
Jan Büren
<jan@lx-office-hosting.de>
Mon, 6 Dec 2010 09:16:53 +0000
(10:16 +0100)
committer
Jan Büren
<jan@lx-office-hosting.de>
Mon, 6 Dec 2010 09:16:53 +0000
(10:16 +0100)
templates/webpages/oe/form_footer.html
patch
|
blob
|
history
diff --git
a/templates/webpages/oe/form_footer.html
b/templates/webpages/oe/form_footer.html
index
7beb407
..
5af0102
100644
(file)
--- a/
templates/webpages/oe/form_footer.html
+++ b/
templates/webpages/oe/form_footer.html
@@
-137,7
+137,7
@@
<input class="submit" type="submit" name="action_purchase_order" value="[% 'Purchase Order' | $T8 %]">
[%- END %]
- [%- IF is_sales_ord || is_pur_ord %]
+ [%- IF is_sales_ord || is_pur_ord
&& !delivered
%]
<input class="submit" type="submit" name="action_delivery_order" value="[% 'Delivery Order' | $T8 %]">
[%- END %]