mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
clean
This commit is contained in:
parent
424eabf966
commit
ddfd1fbfd4
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user