Indent cleaning for bills (#10268)

* Correct indentation and empty lines

* Update new_bill.inc.php

* Update addoreditbill.inc.php
This commit is contained in:
PipoCanaja
2019-05-28 14:08:24 +02:00
committed by Tony Murray
parent 902c056f62
commit 0ae1f30f7d
3 changed files with 19 additions and 21 deletions

View File

@@ -73,16 +73,15 @@ if (LegacyAuth::user()->hasGlobalAdmin()) {
</div>
<?php
if (Config::get('billing.95th_default_agg') == 1) {
$bill_data['dir_95th'] = 'agg';
} else {
$bill_data['dir_95th'] = 'in';
}
$bill_data['bill_type'] = 'cdr';
$quota = array('select_gb' => ' selected');
$cdr = array('select_mbps' => ' selected');
include 'includes/html/pages/bill/addoreditbill.inc.php';
if (Config::get('billing.95th_default_agg') == 1) {
$bill_data['dir_95th'] = 'agg';
} else {
$bill_data['dir_95th'] = 'in';
}
$bill_data['bill_type'] = 'cdr';
$quota = array('select_gb' => ' selected');
$cdr = array('select_mbps' => ' selected');
include 'includes/html/pages/bill/addoreditbill.inc.php';
?>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-4">