From fd3dd151f90db87d025d146d077226bc45862f22 Mon Sep 17 00:00:00 2001 From: "wulf@coulmann.de" Date: Mon, 16 May 2011 19:23:54 +0200 Subject: [PATCH] _raw entfehrnt --- SL/IS.pm | 4 +--- SL/OE.pm | 4 +--- doc/dokumentenvorlagen-und-variablen.html | 4 ---- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/SL/IS.pm b/SL/IS.pm index 5a7b87f9f..4ff17f2a9 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -281,9 +281,7 @@ sub invoice_details { } push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} }, $form->format_amount($myconfig, $linetotal, 2); - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal; - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw} }, $form->format_amount($myconfig, $linetotal_exact, 8); - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw_nofmt} }, $linetotal_exact; + push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal_exact; push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} }, $form->format_amount($myconfig, $nodiscount_linetotal, 2); push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} }, $nodiscount_linetotal; diff --git a/SL/OE.pm b/SL/OE.pm index 01ecb4973..1e25d0c97 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1226,9 +1226,7 @@ sub order_details { } push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} }, $form->format_amount($myconfig, $linetotal, 2); - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal; - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw} }, $form->format_amount($myconfig, $linetotal_exact, 8); - push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw_nofmt} }, $linetotal_exact; + push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal_exact; push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} }, $form->format_amount($myconfig, $nodiscount_linetotal, 2); push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} }, $nodiscount_linetotal; push(@{ $form->{TEMPLATE_ARRAYS}->{projectnumber} }, $projectnumbers{$form->{"project_id_$i"}}); diff --git a/doc/dokumentenvorlagen-und-variablen.html b/doc/dokumentenvorlagen-und-variablen.html index b142ae6d6..978a529bd 100644 --- a/doc/dokumentenvorlagen-und-variablen.html +++ b/doc/dokumentenvorlagen-und-variablen.html @@ -815,10 +815,6 @@ td { linetotal[_nofmt] Zeilensumme (Anzahl * Einzelpreis) - - linetotal_raw[_nofmt] - Zeilensumme (Anzahl * Einzelpreis) gerundet auf 8 Stellen nach dem Komma (statt 2) - longdescription Langtext -- 2.20.1