kludge to clone customer packages you otherwise couldn't see, RT#4854
[freeside.git] / httemplate / edit / part_pkg.cgi
index d347995..f404699 100755 (executable)
@@ -209,7 +209,7 @@ my $disabled_type = $acl_edit_either ? 'checkbox' : 'hidden';
 my $agent_clone_extra_sql = 
   ' ( '. FS::part_pkg->curuser_pkgs_sql.
   #kludge to clone custom customer packages you otherwise couldn't see
-  "   OR ( part_pkg.disabled = 'Y' AND part_pkg.comment LIKE '(CUSTOM)' ) ".
+  "   OR ( part_pkg.disabled = 'Y' AND part_pkg.comment LIKE '(CUSTOM)%' ) ".
   ' ) ';
 
 my $conf = new FS::Conf;