CMXX - Smaller improvements firmware indicators
This commit is contained in:
@@ -128,16 +128,16 @@ foreach ($responses as $response){
|
||||
|
||||
$output[] = array(
|
||||
"#" => $response['rowID'] ,
|
||||
$contract_status => $$status,
|
||||
$contract_account => $partner_data['soldto'],
|
||||
$contract_type => $$type,
|
||||
$contract_billinglabel =>$$contract_billingplan_text,
|
||||
$contract_start_date =>$response['start_date'],
|
||||
$contract_end_date => $date,
|
||||
$contract_reference =>$response['reference'],
|
||||
$contract_billing_count =>$billing_run,
|
||||
$contract_service_2 =>$response['service_count'],
|
||||
$contract_overrun => $usage_percentage,
|
||||
"Status" => $$status,
|
||||
"Account" => $partner_data['soldto'],
|
||||
"Type" => $$type,
|
||||
"Billingplan" =>$$contract_billingplan_text,
|
||||
"Start date" =>$response['start_date'],
|
||||
"End date" => $date,
|
||||
"Reference" =>$response['reference'],
|
||||
"Consumed" =>$billing_run,
|
||||
"Contracted" =>$response['service_count'],
|
||||
"Deviation" => $usage_percentage,
|
||||
"Snapshot_date" => $da,
|
||||
"Period" => $period
|
||||
|
||||
|
||||
Reference in New Issue
Block a user