[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2396] trunk



Revision: 2396
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2396&view=rev
Author:   einhverfr
Date:     2008-11-13 22:29:41 +0000 (Thu, 13 Nov 2008)

Log Message:
-----------
All tests now pass except POD coverage

Modified Paths:
--------------
    trunk/LedgerSMB/DBObject/Payment.pm
    trunk/LedgerSMB/Form.pm
    trunk/VERSION

Modified: trunk/LedgerSMB/DBObject/Payment.pm
===================================================================
--- trunk/LedgerSMB/DBObject/Payment.pm	2008-11-13 22:19:16 UTC (rev 2395)
+++ trunk/LedgerSMB/DBObject/Payment.pm	2008-11-13 22:29:41 UTC (rev 2396)
@@ -274,6 +274,7 @@
 }
 
 =over
+
 =item list_departments
 
 This method gets the type of document as a parameter, and provides a list of departments
@@ -281,6 +282,7 @@
 The list is attached to $self->{departments} and returned.
 
 =back
+
 =cut
 
 sub list_departments {
@@ -293,6 +295,8 @@
   return @{$self->{departments}};
 }
 
+=over
+
 =item list_open_vc
 
 This method gets the type of vc (vendor or customer) as a parameter, and provides a list of departments
@@ -300,6 +304,7 @@
 The list is attached to $self->{departments} and returned.
 
 =back
+
 =cut
 
 sub list_departments {
@@ -311,6 +316,8 @@
    );
   return @{$self->{departments}};
 }
+
+=over
                       
 =item get_open_currencies
 
@@ -326,6 +333,8 @@
   return @{$self->{openCurrencies}};
 }
 
+=over
+
 =item list_accounting
 
 This method lists all accounts that match the role specified in account_class property and

Modified: trunk/LedgerSMB/Form.pm
===================================================================
--- trunk/LedgerSMB/Form.pm	2008-11-13 22:19:16 UTC (rev 2395)
+++ trunk/LedgerSMB/Form.pm	2008-11-13 22:29:41 UTC (rev 2396)
@@ -137,7 +137,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "SVN Trunk";
+    $self->{version}   = "1.2.99";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: trunk/VERSION
===================================================================
--- trunk/VERSION	2008-11-13 22:19:16 UTC (rev 2395)
+++ trunk/VERSION	2008-11-13 22:29:41 UTC (rev 2396)
@@ -1 +1 @@
-SVN Trunk
+1.2.99


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.