Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
b13f8f76
Commit
b13f8f76
authored
Jun 03, 2014
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changement du type par défaut pour la création des comptoirs, "Bureau" est le plus utilisé
parent
31c2835c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comptoir/admin.php
comptoir/admin.php
+1
-1
No files found.
comptoir/admin.php
View file @
b13f8f76
...
...
@@ -464,7 +464,7 @@ if ( $_REQUEST["page"] == "addcomptoir" && $site->user->is_in_group("gestion_ae"
$frm
->
add_entity_select
(
"id_groupe_vendeurs"
,
"Groupe vendeur"
,
$site
->
db
,
"group"
);
$frm
->
add_entity_select
(
"id_groupe_admins"
,
"Groupe d'administration"
,
$site
->
db
,
"group"
);
$frm
->
add_entity_select
(
"id_assocpt"
,
"Association qui tient le comptoir"
,
$site
->
db
,
"assocpt"
);
$frm
->
add_select_field
(
"type"
,
"Type de comptoir"
,
$TypesComptoir
);
$frm
->
add_select_field
(
"type"
,
"Type de comptoir"
,
$TypesComptoir
,
2
);
$frm
->
add_entity_select
(
"id_salle"
,
"Salle"
,
$site
->
db
,
"salle"
,
false
,
true
);
$frm
->
add_radiobox_field
(
"rechargement"
,
"Rechargement"
,
array
(
1
=>
"Activé"
,
0
=>
"Désactivé"
),
1
,
-
1
);
$frm
->
add_submit
(
"valid"
,
"Ajouter"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment