From fb99b68ae1fff41a0b05666ceb772a2b3d4acb64 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 12 May 2011 10:35:32 +0200 Subject: [PATCH] Pod Fixes. Conflicts: SL/DB/Object.pm --- SL/DB/Helper/TransNumberGenerator.pm | 4 ++-- SL/DB/Object/Hooks.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SL/DB/Helper/TransNumberGenerator.pm b/SL/DB/Helper/TransNumberGenerator.pm index c060a2f5d..050526841 100644 --- a/SL/DB/Helper/TransNumberGenerator.pm +++ b/SL/DB/Helper/TransNumberGenerator.pm @@ -93,7 +93,7 @@ SL::DB::Helper::TransNumberGenerator - A mixin for creating unique record number =over 4 -=item C +=item C Generates a new unique record number for the mixing class. Each record type (invoices, sales quotations, purchase orders etc) has its own @@ -147,7 +147,7 @@ and return a value. If it fails then it is due to exceptions. =item C -Calls and returns L with the parameters +Calls and returns with the parameters C and C. C<%params> is passed to it as well. diff --git a/SL/DB/Object/Hooks.pm b/SL/DB/Object/Hooks.pm index f2dfde49b..00567559a 100644 --- a/SL/DB/Object/Hooks.pm +++ b/SL/DB/Object/Hooks.pm @@ -118,8 +118,8 @@ C function names above. An exception of C is thrown if any of the hooks returns a falsish value. -This function is supposed to be called by L, -L or L. +This function is supposed to be called by L, +L or L. =back -- 2.20.1