mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Add time tracking to invoice ticket auto-populated item description
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Item Description</label>
|
<label>Item Description</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<textarea class="form-control" rows="5" name="item_description"><?php echo "# $contact_name - $asset_name - $ticket_date\nTicket $ticket_prefix$ticket_number\n$ticket_subject"; ?></textarea>
|
<textarea class="form-control" rows="5" name="item_description"><?php echo "# $contact_name - $asset_name - $ticket_date\nTicket $ticket_prefix$ticket_number\n$ticket_subject\nTT: $ticket_total_reply_time"; ?></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user