Files
agc_2-X/www/vicidial/qc/QC_admin_modify_lead_include.php
T
mattf 96f8e9bbcd Added QC functionality
git-svn-id: svn://192.168.202.10@1877 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-16 21:12:44 +00:00

21 lines
596 B
PHP

<?php
//Line 1349 admin_modify_lead.php
# QC_admin_modify_lead_include.php
#
# Copyright (C) 2012 poundteam.com LICENSE: AGPLv2
#
# This script is designed to be used by admin.php with QC enabled, contributed by poundteam.com
#
# changes:
# 121116-1332 - First build, added to vicidial codebase
#
######################
# //Display link to QC if user has QC permissions
######################
require('QC_admin_include02.php');
if ($qcuser_level > 0)
{
echo "<br><br><a href=\"./qc/qc_modify_lead.php?lead_id=$lead_id\">Click here to QC Modify this lead</a>\n";
}
?>