This commit is contained in:
Frédéric France 2024-03-12 08:10:29 +01:00
parent 424eabf966
commit ddfd1fbfd4
3 changed files with 6 additions and 6 deletions

View File

@ -86,8 +86,8 @@ class mod_takepos_ref_simple extends ModeleNumRefTakepos
* Test if the numbers already in the database do not cause any conflicts that will prevent this
* of conflicts that will prevent this numbering from working.
*
* @param Facture $object Object we need next value for
* @return boolean false if KO (there is a conflict), true if OK
* @param CommonObject $object Object we need next value for
* @return boolean false if KO (there is a conflict), true if OK
*/
public function canBeActivated($object)
{

View File

@ -82,8 +82,8 @@ class mod_ticket_simple extends ModeleNumRefTicket
* Checks if the numbers already in the database do not
* cause conflicts that would prevent this numbering working.
*
* @param Ticket $object Object we need next value for
* @return boolean false if conflict, true if ok
* @param CommonObject $object Object we need next value for
* @return boolean false if conflict, true if ok
*/
public function canBeActivated($object)
{

View File

@ -78,8 +78,8 @@ class mod_workstation_standard extends ModeleNumRefWorkstation
* Checks if the numbers already in the database do not
* cause conflicts that would prevent this numbering working.
*
* @param Workstation $object Object we need next value for
* @return boolean false if conflict, true if ok
* @param CommonObject $object Object we need next value for
* @return boolean false if conflict, true if ok
*/
public function canBeActivated($object)
{