[freeside-commits] branch master updated. 300cbdd515dca2beceaec7d1df040008f93d635d

Ivan ivan at 420.am
Thu Apr 26 18:06:09 PDT 2012


The branch, master has been updated
       via  300cbdd515dca2beceaec7d1df040008f93d635d (commit)
      from  2a7f90bbc8958c0674bb470ecd8e4bed00e6a8c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 300cbdd515dca2beceaec7d1df040008f93d635d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Apr 26 18:06:08 2012 -0700

    fix package name brainfart, RT#17386

diff --git a/FS/FS/part_event/Condition/once_percust_every.pm b/FS/FS/part_event/Condition/once_percust_every.pm
index 6903b87..9e2ec1f 100644
--- a/FS/FS/part_event/Condition/once_percust_every.pm
+++ b/FS/FS/part_event/Condition/once_percust_every.pm
@@ -1,4 +1,4 @@
-package FS::part_event::Condition::once_every;
+package FS::part_event::Condition::once_percust_every;
 
 use strict;
 use FS::Record qw( qsearch );

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Condition/once_percust_every.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list