X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fturnover_statistic.html;h=390835896dd5be1ff2de72ef6dca38aa55f2b111;hb=bd3ddb3abf7d621a428b2da42e378324ac417acc;hp=0ee39bf5733ee5bcfc0b101d1a8b3574754f6255;hpb=8e99e751c3617f03dbbca3210b1bf127aceabb40;p=kivitendo-erp.git diff --git a/templates/webpages/customer_vendor_turnover/turnover_statistic.html b/templates/webpages/customer_vendor_turnover/turnover_statistic.html index 0ee39bf57..390835896 100644 --- a/templates/webpages/customer_vendor_turnover/turnover_statistic.html +++ b/templates/webpages/customer_vendor_turnover/turnover_statistic.html @@ -3,19 +3,8 @@ [%- USE L %] [%- USE HTML %]

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

-