| 1 |
Description: Correct pod NAME issue in LedgerSMB/DBObject/Customer.pm
|
| 2 |
Has a comma instead of a dash in the NAME entry.
|
| 3 |
Bug: http://sourceforge.net/tracker/?func=detail&aid=3472558&group_id=175965&atid=1005191
|
| 4 |
Author: Robert James Clay <jame@rocasa.us>
|
| 5 |
|
| 6 |
--- a/LedgerSMB/DBObject/Customer.pm
|
| 7 |
+++ b/LedgerSMB/DBObject/Customer.pm
|
| 8 |
@@ -1,7 +1,7 @@
|
| 9 |
|
| 10 |
=head1 NAME
|
| 11 |
|
| 12 |
-LedgerSMB::DBObject::Customer, LedgerSMB Class for Customers
|
| 13 |
+LedgerSMB::DBObject::Customer - LedgerSMB Class for Customers
|
| 14 |
|
| 15 |
=head1 SYNOPSIS
|
| 16 |
|