X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fturnover_statistic.html;h=390835896dd5be1ff2de72ef6dca38aa55f2b111;hb=58e28ca02c1fe93ff9db9024318d3529715bd8fb;hp=0ee39bf5733ee5bcfc0b101d1a8b3574754f6255;hpb=bec23a700e524b09e80fde2ec8178367aa3a16e2;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");') %]

-