From: Thomas Kasulke Date: Wed, 25 Apr 2007 11:50:17 +0000 (+0000) Subject: $locale->text('CANCELD') für Stornierungen hinzugefügt X-Git-Tag: release-2.4.3^2~447 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f8f101f30251b63e62e36e2aec1d6986e3167f78;p=kivitendo-erp.git $locale->text('CANCELD') für Stornierungen hinzugefügt --- diff --git a/SL/Form.pm b/SL/Form.pm index 0718a83ff..e840a636e 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2280,6 +2280,7 @@ sub save_status { # $main::locale->text('PRINTED') # $main::locale->text('MAILED') # $main::locale->text('SCREENED') +# $main::locale->text('CANCELED') # $main::locale->text('invoice') # $main::locale->text('proforma') # $main::locale->text('sales_order')