summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_tax_exempt_pkg.pm6
-rw-r--r--FS/FS/domain_record.pm4
-rw-r--r--FS/FS/msgcat.pm7
-rw-r--r--FS/FS/nas.pm2
-rw-r--r--FS/FS/part_bill_event.pm4
-rw-r--r--FS/FS/port.pm4
-rw-r--r--FS/FS/prepay_credit.pm2
-rw-r--r--FS/FS/queue.pm2
-rw-r--r--FS/FS/queue_arg.pm2
-rw-r--r--FS/FS/rate_detail.pm5
-rw-r--r--FS/FS/reg_code_pkg.pm3
11 files changed, 22 insertions, 19 deletions
diff --git a/FS/FS/cust_tax_exempt_pkg.pm b/FS/FS/cust_tax_exempt_pkg.pm
index 28fa243..128921b 100644
--- a/FS/FS/cust_tax_exempt_pkg.pm
+++ b/FS/FS/cust_tax_exempt_pkg.pm
@@ -56,8 +56,8 @@ inherits from FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new exemption record. To add the example to the database, see
-L<"insert">.
+Creates a new exemption record. To add the examption record to the database,
+see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -96,7 +96,7 @@ returns the error, otherwise returns false.
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid exemption record. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
diff --git a/FS/FS/domain_record.pm b/FS/FS/domain_record.pm
index 3c65a1a..6513abf 100644
--- a/FS/FS/domain_record.pm
+++ b/FS/FS/domain_record.pm
@@ -59,7 +59,7 @@ supported:
=item new HASHREF
-Creates a new entry. To add the example to the database, see L<"insert">.
+Creates a new entry. To add the entry to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -229,7 +229,7 @@ sub replace {
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid entry. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
diff --git a/FS/FS/msgcat.pm b/FS/FS/msgcat.pm
index 855b8b2..cbdc1d6 100644
--- a/FS/FS/msgcat.pm
+++ b/FS/FS/msgcat.pm
@@ -52,7 +52,8 @@ If you just want to B<use> message catalogs, see L<FS::Msgcat>.
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new message catalog entry. To add the message catalog entry to the
+database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -91,8 +92,8 @@ returns the error, otherwise returns false.
=item check
-Checks all fields to make sure this is a valid example. If there is
-an error, returns the error, otherwise returns false. Called by the insert
+Checks all fields to make sure this is a valid message catalog entry. If there
+is an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
=cut
diff --git a/FS/FS/nas.pm b/FS/FS/nas.pm
index 3495339..97b0ea1 100644
--- a/FS/FS/nas.pm
+++ b/FS/FS/nas.pm
@@ -98,7 +98,7 @@ returns the error, otherwise returns false.
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid NAS. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
diff --git a/FS/FS/part_bill_event.pm b/FS/FS/part_bill_event.pm
index 8143e34..98e15d4 100644
--- a/FS/FS/part_bill_event.pm
+++ b/FS/FS/part_bill_event.pm
@@ -61,8 +61,8 @@ FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new invoice event definition. To add the example to the database,
-see L<"insert">.
+Creates a new invoice event definition. To add the invoice event definition to
+the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
diff --git a/FS/FS/port.pm b/FS/FS/port.pm
index 253727b..c26ca85 100644
--- a/FS/FS/port.pm
+++ b/FS/FS/port.pm
@@ -52,7 +52,7 @@ from FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new port. To add the example to the database, see L<"insert">.
+Creates a new port. To add the port to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -91,7 +91,7 @@ returns the error, otherwise returns false.
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid port. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
diff --git a/FS/FS/prepay_credit.pm b/FS/FS/prepay_credit.pm
index 92f2a30..38e87ad 100644
--- a/FS/FS/prepay_credit.pm
+++ b/FS/FS/prepay_credit.pm
@@ -61,7 +61,7 @@ fields are currently supported:
=item new HASHREF
-Creates a new pre-paid credit. To add the example to the database, see
+Creates a new pre-paid credit. To add the pre-paid credit to the database, see
L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm
index f42d998..5f8bf11 100644
--- a/FS/FS/queue.pm
+++ b/FS/FS/queue.pm
@@ -68,7 +68,7 @@ FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new job. To add the example to the database, see L<"insert">.
+Creates a new job. To add the job to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
diff --git a/FS/FS/queue_arg.pm b/FS/FS/queue_arg.pm
index 39c7119..c96ff12 100644
--- a/FS/FS/queue_arg.pm
+++ b/FS/FS/queue_arg.pm
@@ -46,7 +46,7 @@ FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new argument. To add the example to the database, see L<"insert">.
+Creates a new argument. To add the argument to the database, see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
diff --git a/FS/FS/rate_detail.pm b/FS/FS/rate_detail.pm
index 7d54355..1964be2 100644
--- a/FS/FS/rate_detail.pm
+++ b/FS/FS/rate_detail.pm
@@ -56,7 +56,8 @@ inherits from FS::Record. The following fields are currently supported:
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new call plan rate. To add the call plan rate to the database, see
+L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.
@@ -95,7 +96,7 @@ returns the error, otherwise returns false.
=item check
-Checks all fields to make sure this is a valid example. If there is
+Checks all fields to make sure this is a valid call plan rate. If there is
an error, returns the error, otherwise returns false. Called by the insert
and replace methods.
diff --git a/FS/FS/reg_code_pkg.pm b/FS/FS/reg_code_pkg.pm
index 9b9a877..837b755 100644
--- a/FS/FS/reg_code_pkg.pm
+++ b/FS/FS/reg_code_pkg.pm
@@ -49,7 +49,8 @@ supported:
=item new HASHREF
-Creates a new example. To add the example to the database, see L<"insert">.
+Creates a new registration code. To add the registration code to the database,
+see L<"insert">.
Note that this stores the hash reference, not a distinct copy of the hash it
points to. You can ask the object for a copy with the I<hash> method.