Added Diff language string
This commit is contained in:
@@ -14,5 +14,6 @@ return array(
|
||||
'change' => 'In/Out',
|
||||
'location' => 'Location',
|
||||
'eol' => 'EOL',
|
||||
'diff' => 'Diff',
|
||||
|
||||
);
|
||||
|
||||
@@ -42,7 +42,7 @@ Depreciation Report
|
||||
<th class="col-sm-1">@lang('admin/hardware/table.eol')</th>
|
||||
<th class="col-sm-1">@lang('admin/hardware/table.purchase_cost')</th>
|
||||
<th class="col-sm-1">@lang('admin/hardware/table.book_value')</th>
|
||||
<th class="col-sm-1">Diff</th>
|
||||
<th class="col-sm-1">@lang('admin/hardware/table.diff')</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user