[freeside-commits] freeside/FS/FS/part_event/Condition cust_bill_has_service.pm, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Thu Oct 4 17:40:00 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail:/tmp/cvs-serv25682/part_event/Condition
Modified Files:
cust_bill_has_service.pm
Log Message:
add disable ability to conditions & disable cust_bill_has_service, so the condition edit page renders again
Index: cust_bill_has_service.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/cust_bill_has_service.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_bill_has_service.pm 26 Sep 2007 19:27:23 -0000 1.1
+++ cust_bill_has_service.pm 5 Oct 2007 00:39:58 -0000 1.2
@@ -16,6 +16,9 @@
};
}
+# could not find component for path '/elements/tr-select-part_svc.html'
+sub disabled { 1; }
+
sub option_fields {
(
'has_service' => { 'label' => 'Has service',
More information about the freeside-commits
mailing list