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;
'delivered' => 'geliefert',
'deliverydate' => 'Lieferdatum',
'difference as skonto' => 'Differenz als Skonto',
+ 'difference_as_skonto' => 'Differenz als Skonto',
'direct debit' => 'Lastschrifteinzug',
'disposed' => 'Entsorgung',
'do not include' => 'Nicht aufnehmen',
'warehouse_report_list' => 'lagerbestandsliste',
'with amount' => 'mit Betrag',
'with skonto acc. to pt' => 'mit Skonto nach ZB',
+ 'with_skonto_pt' => 'mit Skonto nach ZB',
'without skonto' => 'ohne Skonto',
+ 'without_skonto' => 'ohne Skonto',
'working copy' => 'Arbeitskopie',
'wrongformat' => 'Falsches Format',
'yearly' => 'jährlich',