Commit dc0de8a5 by 陶然

优化

parent 82b47419
......@@ -292,7 +292,7 @@ namespace Kivii.Finances.Transforms
invoice.PayerBankAccount = info.PayerBankAccount;
invoice.OperatorName = info.OperatorName;
invoice.Remark = info.Remark;
invoice.Summary = "手动录入发票!";
invoice.Summary = "入发票!";
invoice.Metadata = new Dictionary<string, string>();
if (!info.Metadata.IsNullOrEmpty())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment