This commit is contained in:
chi
2023-04-27 15:05:14 +09:00
parent 5a899c2d1b
commit 79ea4ddfff
16 changed files with 2630 additions and 817 deletions

View File

@@ -1208,7 +1208,7 @@ namespace FEQ0000
return;
}
}
var f = new FEQ0000.Purchase.fPurchaseCR_Ipgo(dr.idx);
var f = new FEQ0000.Purchase.fPurchaseCR_Ipgo(dr.idx,string.Empty);
if (f.ShowDialog() == DialogResult.OK)
{
refreshData();