Skip to content

Commit

Permalink
#256 [Mod] add: change num ref object
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Mar 7, 2023
1 parent e62f8a7 commit 9929d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/modules/dolimeet/session/mod_meeting_standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class mod_meeting_standard extends ModeleNumRefDoliMeet
/**
* @var string document prefix
*/
public string $prefix = 'ME';
public string $prefix = 'RE';

/**
* @var string Error code (or message)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class mod_trainingsession_standard extends ModeleNumRefDoliMeet
/**
* @var string document prefix
*/
public string $prefix = 'TS';
public string $prefix = 'SF';

/**
* @var string Error code (or message)
Expand Down

0 comments on commit 9929d2a

Please sign in to comment.