mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Ukrainian accounting system with curses GUI. Hardware support: - many cache registers - bar-code scanners Includes: - main book - matheriasl accounting - service accounting - salary calculation - payment documents - cachier orders accounting WWW: http://www.iceb.vinnitsa.com/ From commitor: Doesn't work on -current. Have spend way too much time finding out why not. Works on -stable. PR: ports/47809 Submitted by: Vadim Chekan <vchekan@softline.kiev.ua>
12 lines
449 B
C
12 lines
449 B
C
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirkasords.c work/buhg/dirkasords.c
|
|
--- work.old/buhg/dirkasords.c Thu Jan 16 00:07:51 2003
|
|
+++ buhg/dirkasords.c Tue Jan 21 21:42:49 2003
|
|
@@ -358,7 +358,7 @@
|
|
|
|
case FK1: /*ğÏÍÏİØ*/
|
|
GDITE();
|
|
- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_4.txt");
|
|
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_4.txt");
|
|
prosf(strsql);
|
|
if(kolstr > 0)
|
|
goto naz;
|