v.2.5
Update migrations
This commit is contained in:
@@ -171,10 +171,11 @@ class POSTRestoreShift extends HRCCommand implements HRCCommandInterface {
|
||||
$shift_online_deleted_item->units_id = $exchange_deleted_item["units_id"];
|
||||
$shift_online_deleted_item->save();
|
||||
}
|
||||
|
||||
$exc_time = time();
|
||||
$diff_time = $exc_time - $nowTime;
|
||||
return [
|
||||
'status' => 'success',
|
||||
'message' => 'Смена восстановлена',
|
||||
'message' => 'Смена восстановлена за ' . $diff_time . ' сек',
|
||||
];
|
||||
} else {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user