X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FReportGenerator.pm;h=67010cfc353836d3a1cbc419f96ad5f53224866b;hb=d94065013163172158ea04a4c7ff323e98a211e6;hp=f7676c99caaf69de2804c610ab8343b427313a59;hpb=cfbcb233b9361394c53bc6724c9028464f4761de;p=kivitendo-erp.git diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index f7676c99c..67010cfc3 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -842,8 +842,8 @@ Note that this is only for displaying. The data has to be presented already sort =item add_data \%data Adds data to the report. A given hash_ref is interpreted as a single line of data, every array_ref as a collection of lines. -Every line will be expected to be in a kay => value format. Note that this data has to be already sorted. -ReportGenerator does no sorting on its own, only provides links to sorting and visual cue as to which column was sorted by. +Every line will be expected to be in a kay => value format. Note that the rows have to be already sorted. +ReportGenerator does only colum sorting on its own, and provides links to sorting and visual cue as to which column was sorted by. =item add_separator