Revision 7c215391
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/DB/Manager/Employee.pm | ||
---|---|---|
70 | 70 |
For each user created by the administrator in the admin section an |
71 | 71 |
entry only exists in the authentication table, but not in the employee |
72 | 72 |
table. This is where this function comes in: It iterates over all |
73 |
authentication users that have access to the current client and ensure |
|
74 |
than an entry for them exists in the table C<employee>. The matching
|
|
73 |
authentication users that have access to the current client and ensures
|
|
74 |
that an entry for them exists in the table C<employee>. The matching
|
|
75 | 75 |
is done via the login name which must be the same in both tables. |
76 | 76 |
|
77 | 77 |
The only other properties that will be copied from the authentication |
Auch abrufbar als: Unified diff
Typos und Kommentare angepasst