Database: fix v_bucket update

This commit is contained in:
2023-10-14 23:51:54 +02:00
parent a489f13d99
commit ff3defe52d
2 changed files with 12 additions and 1 deletions

View File

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