Database: fix v_bucket update
This commit is contained in:
@ -163,7 +163,7 @@ namespace Elwig.Helpers.Billing {
|
||||
using var cmd = cnx.CreateCommand();
|
||||
cmd.CommandText = $"""
|
||||
SELECT bin, weight
|
||||
FROM v_bin
|
||||
FROM v_delivery_bin
|
||||
WHERE (year, mgnr) = ({year}, {mgnr})
|
||||
""";
|
||||
|
||||
|
Reference in New Issue
Block a user