X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fap%2Fsearch.html;h=94d34684d817b7d68e38b5126fe2047fdfe3a8bc;hb=7de440bfb460ac0e011b7a833390c980c0753984;hp=601cbb2a2da66ebb8f84f65fa9175b6fb1922c4f;hpb=548754580af9ad52ed6d49dd4665d4888664d5fc;p=kivitendo-erp.git diff --git a/templates/webpages/ap/search.html b/templates/webpages/ap/search.html index 601cbb2a2..94d34684d 100644 --- a/templates/webpages/ap/search.html +++ b/templates/webpages/ap/search.html @@ -29,6 +29,9 @@ [% 'Order Number' | $T8 %] [% L.input_tag("ordnumber", "", style=style) %] + + [% 'Transaction description' | $T8 %] + [% L.input_tag("transaction_description", "", style=style) %] [% 'Notes' | $T8 %] [% L.input_tag("notes", "", style=style) %] @@ -37,7 +40,7 @@ [% 'Project Number' | $T8 %] - [% P.project.picker("project_id", project_id, style=style) %] + [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] @@ -119,6 +122,8 @@ [% 'Subtotal' | $T8 %] [% 'Document Project Number' | $T8 %] + + [% 'Transaction description' | $T8 %]