From 6b12c14cc10503d6b0783e8ef71fe44d9a9b37b6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 19 Jun 2006 08:05:28 +0000 Subject: add ability to select specific package defs. and package status to package report for qis --- httemplate/elements/tr-select-cust-fields.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 httemplate/elements/tr-select-cust-fields.html (limited to 'httemplate/elements/tr-select-cust-fields.html') diff --git a/httemplate/elements/tr-select-cust-fields.html b/httemplate/elements/tr-select-cust-fields.html new file mode 100644 index 000000000..ca37e4276 --- /dev/null +++ b/httemplate/elements/tr-select-cust-fields.html @@ -0,0 +1,14 @@ +<% + my( $cust_fields, %opt ) = @_; + + use FS::ConfDefaults; + $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ]; + +%> + + + <%= $opt{'label'} || 'Customer fields' %> + + <%= include( '/elements/select-cust-fields.html', $cust_fields, %opt ) %> + + -- cgit v1.2.1