X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fdun_statistic.html;h=e0c95c571917e63eda5ad8426e6548c42afa8615;hb=e7e3b8f9a128d05e7d54671756eebbebc0d95933;hp=7d46bf98ce6e25e032dcbe17d7c7ca360328bdd1;hpb=26cfeadb8296f61fb4b5774a74f284a4c857144d;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor_turnover/dun_statistic.html b/templates/webpages/customer_vendor_turnover/dun_statistic.html index 7d46bf98c..e0c95c571 100644 --- a/templates/webpages/customer_vendor_turnover/dun_statistic.html +++ b/templates/webpages/customer_vendor_turnover/dun_statistic.html @@ -3,20 +3,9 @@ [%- USE L %] [%- USE HTML %] -

-[% L.radio_button_tag('period', value='year', label= LxERP.t8('Year'), onclick='show_dun_stat("y");') %] +

+[% L.radio_button_tag('period', value='year', label= LxERP.t8('Year'), onclick='kivi.CustomerVendorTurnover.show_dun_stat("y");') %] -[% L.radio_button_tag('period', value='month', label= LxERP.t8('Month'), onclick='show_dun_stat("m");') %] +[% L.radio_button_tag('period', value='month', label= LxERP.t8('Month'), onclick='kivi.CustomerVendorTurnover.show_dun_stat("m");') %]

-