X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FPayment.pm;h=2507e45ecbacead4954ad5978277aee26c47bf07;hb=07c884e5ac2318a9a67947faa88ecd1d4ca0629e;hp=64d6a639cbdeb0aeaaf5aaa1933c08e0fc2446c0;hpb=52518527bc507767386d21e1870cc2888269ba70;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Payment.pm b/SL/DB/Helper/Payment.pm index 64d6a639c..2507e45ec 100644 --- a/SL/DB/Helper/Payment.pm +++ b/SL/DB/Helper/Payment.pm @@ -706,6 +706,13 @@ sub get_payment_suggestions { return 1; }; +# locales for payment type +# +# $main::locale->text('without_skonto') +# $main::locale->text('with_skonto_pt') +# $main::locale->text('difference_as_skonto') +# + sub validate_payment_type { my $payment_type = shift;