This commit is contained in:
2022-07-11 19:34:46 +00:00
parent cb5d9033af
commit 757372b6cc
2 changed files with 728 additions and 1 deletions

View File

@@ -328,7 +328,7 @@ namespace AyaNovaQBI
al.Add((Guid)r.Cells["WorkorderID"].Value);
w.Step = "Invoicing single workorder ";
Util.Invoice(al, alErrors);
util.Invoice(al, alErrors);
continue;