X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fshop_order%2F_get_one.html;fp=templates%2Fwebpages%2Fshop_order%2F_get_one.html;h=6a368d3dfc271d1f3f0236154818701a7de4d23c;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/templates/webpages/shop_order/_get_one.html b/templates/webpages/shop_order/_get_one.html new file mode 100644 index 000000000..6a368d3df --- /dev/null +++ b/templates/webpages/shop_order/_get_one.html @@ -0,0 +1,18 @@ +[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] +[% USE Dumper %] +[% L.stylesheet_tag('webshop') %] +[%- INCLUDE 'common/flash.html' %] +
+ + + + + + + + + +
[% 'Shop' | $T8 %][% L.select_tag('shop_id', SELF.shops, value_key = 'value', title_key = 'title', default=1) %]
[% 'Shop ordernumber' | $T8 %][% L.input_tag('shop_ordernumber', "") %]
+ [% L.hidden_tag("action", "ShopOrder/dispatch") %] + [% L.button_tag("kivi.ShopOrder.get_orders_one()", LxERP.t8('Fetch order')) %] +