Sammelbestellung von Extern
This commit is contained in:
parent
d01b4bd560
commit
582ca8299d
33 changed files with 3437 additions and 1466 deletions
|
|
@ -163,6 +163,7 @@ class ShoppingUser extends Model
|
|||
'is_from',
|
||||
'shopping_user_id',
|
||||
'homeparty_id',
|
||||
'shopping_collect_order_id',
|
||||
'wp_order_number',
|
||||
'wp_order_date',
|
||||
];
|
||||
|
|
@ -263,6 +264,8 @@ class ShoppingUser extends Model
|
|||
return 6;
|
||||
case 'extern':
|
||||
return 7;
|
||||
case 'collection':
|
||||
return 8;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue