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
425 B
C
12 lines
425 B
C
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/dirzarsl.c work/buhg/dirzarsl.c
|
|
--- work.old/buhg/dirzarsl.c Thu Jan 16 00:07:52 2003
|
|
+++ buhg/dirzarsl.c Tue Jan 21 22:49:25 2003
|
|
@@ -218,7 +218,7 @@
|
|
|
|
case FK1: /*ğÏÍÏİØ*/
|
|
GDITE();
|
|
- sprintf(strsql,"%s/doc/zarp3_1_9.txt",putnansi);
|
|
+ sprintf(strsql,"%s/zarp3_1_9.txt",ICEB_DOC_PATH);
|
|
prosf(strsql);
|
|
clear();
|
|
goto naz;
|