X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fturnover_statistic.html;h=390835896dd5be1ff2de72ef6dca38aa55f2b111;hb=8f7bb9d5dc2b961a2efc5f241dec43583f7ca21c;hp=c2ea10ec57d068285e4f106cb10f9a21633a82fe;hpb=26cfeadb8296f61fb4b5774a74f284a4c857144d;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 c2ea10ec5..390835896 100644 --- a/templates/webpages/customer_vendor_turnover/turnover_statistic.html +++ b/templates/webpages/customer_vendor_turnover/turnover_statistic.html @@ -2,20 +2,9 @@ [%- USE LxERP %] [%- 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");') %]

-