mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
♻️ Make ticket reference generation working with new sub-classes (#78)
This commit is contained in:
committed by
OИUЯd da silva
parent
d9bf3339d2
commit
af332a34d6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user