Sammelbestellung von Extern

This commit is contained in:
Kevin Adametz 2022-07-18 18:07:31 +02:00
parent d01b4bd560
commit 582ca8299d
33 changed files with 3437 additions and 1466 deletions

View file

@ -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;
}