This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Anthély : rappatriement clients depuis le compte Anthéli
#793
refactoring
Guillaume Bourgeois
1 year ago
parent
2300a426e3
commit
9c84b0b02a
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
+1
-2
backend/controllers/ProducerAdminController.php
+ 1
- 2
backend/controllers/ProducerAdminController.php
View File
@@ -149,9 +149,8 @@ class ProducerAdminController extends BackendController
if(($withOrders && $countOrders) || !$withOrders) {
Producer::addUser($idUser, $toProducerId);
$count ++;
}
$count ++;
}
if($count) {
Write
Preview
Loading…
Cancel
Save