wip
This commit is contained in:
@@ -86,7 +86,7 @@ class SyncWithSystem extends Action
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
$orderItem->update([
|
$orderItem->update([
|
||||||
'synced_with_system' => $success,
|
'synced_with_system' => $success ? true : false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return Action::modal('modal-response', [
|
return Action::modal('modal-response', [
|
||||||
|
|||||||
Reference in New Issue
Block a user