mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fixed EXPORT missing min and max duration
This commit is contained in:
@@ -161,6 +161,8 @@
|
||||
echo " <input type='hidden' name='start_epoch' value='".escape($start_epoch ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='stop_epoch' value='".escape($stop_epoch ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='duration' value='".escape($duration ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='duration_min' value='".escape($duration_min ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='duration_max' value='".escape($duration_max ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='billsec' value='".escape($billsec ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='xml_cdr_uuid' value='".escape($xml_cdr_uuid ?? '')."'>\n";
|
||||
echo " <input type='hidden' name='bleg_uuid' value='".escape($bleg_uuid ?? '')."'>\n";
|
||||
@@ -901,4 +903,4 @@
|
||||
//show the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user