From: Moritz Bunkus Date: Wed, 8 Jan 2014 12:19:57 +0000 (+0100) Subject: SL::DB::Helper::TransNumberGenerator: Doku-Update X-Git-Tag: release-3.1.0beta1~22^2~22^2~10^2^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=44cda51fc12c6731ff9d8654e045b7927c88a9bb;p=kivitendo-erp.git SL::DB::Helper::TransNumberGenerator: Doku-Update --- diff --git a/SL/DB/Helper/TransNumberGenerator.pm b/SL/DB/Helper/TransNumberGenerator.pm index e4af04dcf..b4e4e49f4 100644 --- a/SL/DB/Helper/TransNumberGenerator.pm +++ b/SL/DB/Helper/TransNumberGenerator.pm @@ -139,8 +139,7 @@ prefix, if present, will be kept intact. Now the number itself is increased as often as neccessary to create a unique one by comparing the generated numbers with the existing ones retrieved in the first step. In this step gaps in the assigned numbers -are filled for some tables (e.g. invoices) but not for others -(e.g. sales orders). +are filled for all currently supported tables. After creating the unique record number this function can update C<$self> and the C table if requested. This is controlled