Hi,

there is a little typo in gnucash-1.8.7/src/engine/gw-engine-spec.scm,
wrong order of parameters for function gnc:query-add-date-match,
in line 1935:

...
   (<gw:bool> use-start)
   (<gw:int> st-year)
   (<gw:int> st-mon)
   (<gw:int> st-day)
   (<gw:bool> use-end)
   (<gw:int> end-year)
   (<gw:int> end-mon)
   (<gw:int> end-day)
...

should be:

...
   (<gw:bool> use-start)
   (<gw:int> st-day)
   (<gw:int> st-mon)
   (<gw:int> st-year)
   (<gw:bool> use-end)
   (<gw:int> end-day)
   (<gw:int> end-mon)
   (<gw:int> end-year)
...


-- 
mfg erri

--------------------------------------------------------------------
| Ingenieurbuero Rieger, Software Entwicklung
| Email: [EMAIL PROTECTED]
--------------------------------------------------------------------


_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to