Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
86ec86a5
Commit
86ec86a5
authored
Jul 09, 2021
by
Estéban Ristich
Browse files
Fix Issue
#71
Rename variable
parent
adda1a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
loan-edit.php
View file @
86ec86a5
...
...
@@ -52,7 +52,7 @@ if ($mode == 'Modifier') {
}
$num_line
=
0
;
$equipment_selected
=
get_equipment_listshort_by_id
(
$pdo
,
$equipment_id
);
$
equipment
_borrow
=
get_loans_all_by_equipment_borrowed
(
$pdo
,
$equipment_id
);
$
loan
_borrow
=
get_loans_all_by_equipment_borrowed
(
$pdo
,
$equipment_id
);
$equipment_loans
=
get_loans_all_not_return_by_equipment
(
$pdo
,
$equipment_selected
[
'id'
]);
$equipment_loan_reserved
=
get_loan_all_last_returned
(
$pdo
,
$equipment_id
);
...
...
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