X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_pkg.cgi;h=829bf834a22beb960e4e21c268103e3c634fa70d;hb=dfc390ed3e27de2f1ec26edf9c07f5d3bd8a6049;hp=d1fbdf217b8694fa0a71cedf000abddbb4022bc0;hpb=b125fa567b6557aaa2f9574db8ec5dacd063ab8f;p=freeside.git diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index d1fbdf217..829bf834a 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -275,6 +275,7 @@ ? "AND pkgpart != $pkgpart" : '' }, ++ 'label_callback' => sub { shift->pkg_comment_only }, 'm2_label' => 'Include line item(s) from package', 'm2m_method' => 'bill_part_pkg_link', 'm2m_dstcol' => 'dst_pkgpart', @@ -301,6 +302,7 @@ ? "AND pkgpart != $pkgpart" : '' }, ++ 'label_callback' => sub { shift->pkg_comment_only }, 'm2_label' => 'Include services of package: ', 'm2m_method' => 'svc_part_pkg_link', 'm2m_dstcol' => 'dst_pkgpart', @@ -317,6 +319,7 @@ }, { 'field' => 'supp_dst_pkgpart', 'type' => 'select-part_pkg', ++ 'label_callback' => sub { shift->pkg_comment_only }, 'm2_label' => 'When ordering package, also order', 'm2m_method' => 'supp_part_pkg_link', 'm2m_dstcol' => 'dst_pkgpart',