♻️ Make ticket reference generation working with new sub-classes (#78)

This commit is contained in:
Molkobain
2019-05-17 11:21:24 +02:00
committed by OИUЯd da silva
parent d9bf3339d2
commit af332a34d6
7 changed files with 78 additions and 25 deletions

View File

@@ -362,6 +362,17 @@
</states>
</lifecycle>
<methods>
<method id="GetTicketRefFormat">
<static>true</static>
<access>public</access>
<type>Overload-DBObject</type>
<code><![CDATA[
public static function GetTicketRefFormat()
{
return 'P-%06d';
}
]]></code>
</method>
<method id="SetAssignedDate">
<comment><![CDATA[/**
* To be deprecated: use SetCurrentDate() instead