[freeside-commits] freeside/FS/FS svc_external.pm,1.5.2.2,1.5.2.3
Ivan,,,
ivan at wavetail.420.am
Mon Feb 18 19:30:31 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12881
Modified Files:
Tag: FREESIDE_1_7_BRANCH
svc_external.pm
Log Message:
add some descriptions for svc_external fields, allowing id to fill in from inventory
Index: svc_external.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_external.pm,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- svc_external.pm 19 Feb 2008 03:17:42 -0000 1.5.2.2
+++ svc_external.pm 19 Feb 2008 03:30:28 -0000 1.5.2.3
@@ -69,6 +69,15 @@
'display_weight' => 90,
'cancel_weight' => 10,
'fields' => {
+ 'id' => { label => 'Unique number of external record',
+ type => 'text',
+ disable_default => 1,
+ disable_fixed => 1,
+ },
+ 'title' => { label => 'Printed on invoice line items',
+ type => 'text',
+ disable_inventory => 1,
+ },
},
};
}
More information about the freeside-commits
mailing list