Compare commits
2 Commits
dbc9a02669
...
eccc6342c0
| Author | SHA1 | Date | |
|---|---|---|---|
| eccc6342c0 | |||
|
|
543ce2fc81 |
@@ -216,6 +216,8 @@ class ProcessOrderImporter extends Importer
|
|||||||
if (! $createdBy) {
|
if (! $createdBy) {
|
||||||
$createdBy = Filament::auth()->user()->name;
|
$createdBy = Filament::auth()->user()->name;
|
||||||
$updatedBy = Filament::auth()->user()->name;
|
$updatedBy = Filament::auth()->user()->name;
|
||||||
|
} elseif (! $updatedBy) {
|
||||||
|
$updatedBy = Filament::auth()->user()->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($warnMsg)) {
|
if (! empty($warnMsg)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user