Remove redundant closing PHP tags

This commit is contained in:
Marcus Hill
2023-01-21 17:30:51 +00:00
parent bae0814827
commit a270e3a42c
7 changed files with 10 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ $net_terms_array = array(
'0'=>'On Reciept',
'7'=>'7 Days',
'14'=>'14 Days',
'30'=>'30 Days'
'30'=>'30 Days'
);
$records_per_page_array = array('5','10','15','20','30','50','100');
@@ -926,4 +926,3 @@ $asset_status_array = array(
'Retired'
);
?>