]> wagnertech.de Git - kivitendo-erp.git/commitdiff
SL::DB::Helper::TransNumberGenerator: Doku-Update
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 8 Jan 2014 12:19:57 +0000 (13:19 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 8 Jan 2014 12:19:57 +0000 (13:19 +0100)
SL/DB/Helper/TransNumberGenerator.pm

index e4af04dcf0414187369718ef8d90ed3f6be286d4..b4e4e49f4faed9e0da124608ddb127fa45fd6f0e 100644 (file)
@@ -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
 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<defaults> table if requested. This is controlled
 
 After creating the unique record number this function can update
 C<$self> and the C<defaults> table if requested. This is controlled