From 0525f31510dd140aab494767e097a2eb4a015b7a Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 16 May 2020 12:17:01 +0300 Subject: CSV export: include SAC when exporting dive details Simply adds SAC field to CSV export of dive details. Fixes #2829 Signed-off-by: Miika Turkia --- xslt/xml2manualcsv.xslt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'xslt') diff --git a/xslt/xml2manualcsv.xslt b/xslt/xml2manualcsv.xslt index 8ebe1daa5..d690cec41 100644 --- a/xslt/xml2manualcsv.xslt +++ b/xslt/xml2manualcsv.xslt @@ -22,6 +22,8 @@ $fs, '"duration (min)"', $fs, + '"sac (cuft/min)"', + $fs, '"maxdepth (ft)"', $fs, '"avgdepth (ft)"', @@ -72,6 +74,8 @@ $fs, '"duration (min)"', $fs, + '"sac (l/min)"', + $fs, '"maxdepth (m)"', $fs, '"avgdepth (m)"', @@ -136,6 +140,17 @@ " " + + " + + + + + + + + + " -- cgit v1.2.3-70-g09d2