From 9bd7628ee8d5fb6e7243bc73d112fef00151e29d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 26 Sep 2017 07:01:22 +0200 Subject: [PATCH] Buchungsnummer auch bei Einkaufsrechnungen als Info anzeigen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit -> Konsistent zu Dialog- und Kreditorenbuchungen - Insbesondere für die Synchronisation mit Papierbelegen. --- bin/mozilla/ir.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 0a921f2d7..5f85fa3ee 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -878,6 +878,8 @@ sub post { $form->{callback} = 'ir.pl?action=add'; $form->redirect( $locale->text('Invoice') . " $form->{invnumber} " + . ", " . $locale->text('ID') + . ': ' . $form->{id} . ' ' . $locale->text('posted!')); } $form->error($locale->text('Cannot post invoice!')); -- 2.20.1