[freeside-commits] freeside/httemplate/browse part_pkg_taxclass.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Tue Jun 30 12:38:59 PDT 2009
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.149, 1.150 part_pkg_taxclass.pm, 1.2, 1.3
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.59, 1.60 select-taxclass.html, 1.7, 1.8 tr-select-taxclass.html, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv2795/httemplate/browse
Added Files:
part_pkg_taxclass.html
Log Message:
disabling a taxclass, RT#5472
--- NEW FILE: part_pkg_taxclass.html ---
<% include( 'elements/browse.html',
'title' => 'Tax Classes',
'name_singular' => 'tax class',
'menubar' => [ 'Add a new tax class' =>
$p.'edit/part_pkg_taxclass.html',
],
'query' => { 'table' => 'part_pkg_taxclass', },
'count_query' => 'SELECT COUNT(*) FROM part_pkg_taxclass',
'header' => [ '#', 'Device type' ],
'fields' => [ 'taxclassnum',
'taxclass',
],
'links' => [ $link,
$link,
],
'disableable' => 1,
'disabled_statuspos' => 1,
)
%>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
my $link = [ "${p}edit/part_pkg_taxclass.html?", 'taxclassnum' ];
</%init>
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.149, 1.150 part_pkg_taxclass.pm, 1.2, 1.3
- Next message: [freeside-commits] freeside/httemplate/elements menu.html, 1.59, 1.60 select-taxclass.html, 1.7, 1.8 tr-select-taxclass.html, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list