CMXX - Include updated/by on multiple tables and views
This commit is contained in:
@@ -24,6 +24,8 @@ $contract = [
|
||||
'contract_details' => '',
|
||||
'created' => '',
|
||||
'createdby' => '',
|
||||
'updated' => '',
|
||||
'updatedby' => '',
|
||||
'billing_plan' => '',
|
||||
'pricing' => '',
|
||||
'reference' => '',
|
||||
@@ -276,7 +278,11 @@ $view .= '<div class="content-block tab-content">
|
||||
<input id="name" type="text" name="" placeholder="'.$general_created.'" value="'.$contract['created'].'" readonly>
|
||||
<label for="">'.$general_createdby.'</label>
|
||||
<input id="name" type="text" name="" placeholder="'.$general_createdby.'" value="'.$contract['createdby'].'" readonly>
|
||||
<input id="name" type="hidden" name="rowID" value="'.$contract['rowID'].'" readonly>
|
||||
<label for="productcode">'.$general_updated.'</label>
|
||||
<input id="name" type="text" name="" placeholder="'.$general_updated.'" value="'.$contract['updated'].'" readonly>
|
||||
<label for="productcode">'.$general_updatedby.'</label>
|
||||
<input id="name" type="text" name="" placeholder="'.$general_updatedby.'" value="'.$contract['updatedby'].'" readonly>
|
||||
<input id="name" type="hidden" name="rowID" value="'.$contract['rowID'].'" readonly>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user