[freeside-commits] freeside/FS/FS cust_main.pm, 1.209,
1.210 queue_depend.pm, 1.2, 1.3 svc_acct.pm, 1.192, 1.193
Ivan,,,
ivan at wavetail.420.am
Fri Mar 24 18:23:28 PST 2006
- Previous message: [freeside-commits] freeside/httemplate/misc/process
cust_main-import.cgi, 1.2, 1.3 cust_main-import_charges.cgi,
1.2, 1.3 cdr-import.html, 1.1, 1.2 inventory_item-import.html,
1.1, 1.2
- Next message: [freeside-commits] freeside/httemplate/misc upload-batch.cgi, 1.5,
1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv18809/FS/FS
Modified Files:
cust_main.pm queue_depend.pm svc_acct.pm
Log Message:
successfully correct the spelling of sucessful
Index: queue_depend.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/queue_depend.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- queue_depend.pm 5 Aug 2003 00:20:46 -0000 1.2
+++ queue_depend.pm 25 Mar 2006 02:23:25 -0000 1.3
@@ -43,7 +43,7 @@
The job specified by B<jobnum> depends on the job specified B<depend_jobnum> -
the B<jobnum> job will not be run until the B<depend_jobnum> job has completed
-sucessfully (or manually removed).
+successfully (or manually removed).
=head1 METHODS
Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- svc_acct.pm 20 Mar 2006 19:13:26 -0000 1.192
+++ svc_acct.pm 25 Mar 2006 02:23:25 -0000 1.193
@@ -1267,7 +1267,7 @@
}
}
- warn "$me update sucessful; committing\n"
+ warn "$me update successful; committing\n"
if $DEBUG;
$dbh->commit or die $dbh->errstr if $oldAutoCommit;
'';
@@ -1455,7 +1455,7 @@
=item check_password
Checks the supplied password against the (possibly encrypted) password in the
-database. Returns true for a sucessful authentication, false for no match.
+database. Returns true for a successful authentication, false for no match.
Currently supported encryptions are: classic DES crypt() and MD5
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- cust_main.pm 20 Mar 2006 19:13:26 -0000 1.209
+++ cust_main.pm 25 Mar 2006 02:23:25 -0000 1.210
@@ -336,7 +336,7 @@
If I<depend_jobnum> is set, all provisioning jobs will have a dependancy
on the supplied jobnum (they will not run until the specific job completes).
This can be used to defer provisioning until some action completes (such
-as running the customer's credit card sucessfully).
+as running the customer's credit card successfully).
The I<noexport> option is deprecated. If I<noexport> is set true, no
provisioning jobs (exports) are scheduled. (You can schedule them later with
@@ -480,7 +480,7 @@
If I<depend_jobnum> is set, all provisioning jobs will have a dependancy
on the supplied jobnum (they will not run until the specific job completes).
This can be used to defer provisioning until some action completes (such
-as running the customer's credit card sucessfully).
+as running the customer's credit card successfully).
The I<noexport> option is deprecated. If I<noexport> is set true, no
provisioning jobs (exports) are scheduled. (You can schedule them later with
@@ -2234,7 +2234,7 @@
I<description> is a free-text field passed to the gateway. It defaults to
"Internet services".
-If an I<invnum> is specified, this payment (if sucessful) is applied to the
+If an I<invnum> is specified, this payment (if successful) is applied to the
specified invoice. If you don't specify an I<invnum> you might want to
call the B<apply_payments> method.
@@ -2488,7 +2488,7 @@
$capture->submit();
unless ( $capture->is_success ) {
- my $e = "Authorization sucessful but capture failed, custnum #".
+ my $e = "Authorization successful but capture failed, custnum #".
$self->custnum. ': '. $capture->result_code.
": ". $capture->error_message;
warn $e;
@@ -2668,7 +2668,7 @@
#I<zip>, I<payinfo> and I<paydate> are also available. Any of these options,
#if set, will override the value from the customer record.
-#If an I<invnum> is specified, this payment (if sucessful) is applied to the
+#If an I<invnum> is specified, this payment (if successful) is applied to the
#specified invoice. If you don't specify an I<invnum> you might want to
#call the B<apply_payments> method.
- Previous message: [freeside-commits] freeside/httemplate/misc/process
cust_main-import.cgi, 1.2, 1.3 cust_main-import_charges.cgi,
1.2, 1.3 cdr-import.html, 1.1, 1.2 inventory_item-import.html,
1.1, 1.2
- Next message: [freeside-commits] freeside/httemplate/misc upload-batch.cgi, 1.5,
1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list