Debitoren/Kreditorenbuchungen. Buchungsnummer als Info ausgeben
[kivitendo-erp.git] / bin / mozilla / ar.pl
index 9d1784f..ec028e8 100644 (file)
@@ -792,7 +792,7 @@ sub post {
   }
   # /saving the history
 
-  $form->redirect($locale->text("AR transaction posted.")) unless $inline;
+  $form->redirect($locale->text('AR transaction posted.') . ' ' . $locale->text('ID') . ': ' . $form->{id}) unless $inline;
 
   $main::lxdebug->leave_sub();
 }