File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ How to Upgrade
11
11
8. Take the saved old database.php and change the new database.php to contain all the configuration you had in the old setup.
12
12
Please try not to use the old layout, use the new one and just copy the content of the config variables
13
13
9. Once new code is in place, database is updated and config files are sorted you are good to start the new OSPOS
14
- 10. If any issue please check GitHub issues as somebody else might have had your problem already or post a question
14
+ 10. If any issue please check FAQ and/or GitHub issues as somebody else might have had your problem already or post a question
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function __construct()
27
27
)
28
28
);
29
29
30
- $ this ->tracking = new \Racecore \GATracking \GATracking ('UA-82359828-1 ' , $ options );
30
+ $ this ->tracking = new \Racecore \GATracking \GATracking ('UA-82359828-2 ' , $ options );
31
31
32
32
if (empty ($ clientId ))
33
33
{
Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ public function create_temp_table()
525
525
ON items.item_id = item_quantities.item_id
526
526
INNER JOIN ' . $ this ->db ->dbprefix ('stock_locations ' ) . ' AS stock_locations
527
527
ON item_quantities.location_id = stock_locations.location_id
528
- WHERE items.deleted = 0
528
+ WHERE items.deleted = 0 AND stock_locations.deleted = 0
529
529
) '
530
530
);
531
531
}
You can’t perform that action at this time.
0 commit comments