Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
22a5e2f8
Commit
22a5e2f8
authored
Jul 15, 2021
by
Estéban Ristich
Browse files
Fix Issue
#62
Remove parameter equipment_id in recipe function
parent
73fe87ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
intervention-process.php
View file @
22a5e2f8
...
...
@@ -33,7 +33,7 @@ var_dump($supplier_id);
var_dump
(
$date
);
if
(
$recipe
!=
''
)
{
$id_recipe
=
set_recipe_new
(
$pdo
,
$equipment_id
,
$intervention_id
,
'recipe'
);
$id_recipe
=
set_recipe_new
(
$pdo
,
$intervention_id
,
'recipe'
);
if
(
!
$id_recipe
)
{
$title
=
'Erreur appareil'
;
$action
=
'equipment-view.php?id='
.
$equipment_id
;
...
...
Write
Preview
Supports
Markdown
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