mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -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
423 B
C
12 lines
423 B
C
diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.old/buhg/copdoku.c work/buhg/copdoku.c
|
|
--- work.old/buhg/copdoku.c Thu Jan 16 00:07:50 2003
|
|
+++ buhg/copdoku.c Tue Jan 21 21:42:49 2003
|
|
@@ -94,7 +94,7 @@
|
|
case FK1: /*ğÏÍÏİØ*/
|
|
GDITE();
|
|
/*
|
|
- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt");
|
|
+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt");
|
|
prosf(strsql);
|
|
clear();
|
|
*/
|