* Fixed the Pdf generation under Slackware
* Estimate view developpement
This commit is contained in:
parent
312585d4f0
commit
f695d108fb
27 changed files with 459 additions and 242 deletions
|
|
@ -230,9 +230,6 @@ namespace WorkFlowProvider
|
|||
cmd.CommandText =
|
||||
"insert into writtings (description, estimid, ucost, count, productid) VALUES (@dscr,@estid,@ucost,@count,@prdid) returning _id";
|
||||
cmd.Parameters.Add ("@dscr", desc);
|
||||
// cmd.Parameters.Add ("@prdid", productid);
|
||||
// cmd.Parameters.Add("@ucost", ucost);
|
||||
// cmd.Parameters.Add("@mult", count);
|
||||
cmd.Parameters.Add("@estid", estid);
|
||||
|
||||
cmd.Parameters.Add("@ucost", ucost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue