diff options
author | ivan <ivan> | 2002-02-10 02:16:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 02:16:47 +0000 |
commit | c828daa905491e65deb30a2ed34af609cdb96b99 (patch) | |
tree | 3716828b64701eceeea4e2f95ba44a3ff60c49cf /Makefile | |
parent | 298b8d9a262265fe7106da1ff552ce6778237034 (diff) |
pro-rating w/ web interface, tested (closes: Bug#313).
view/cust_bill.cgi invoice view shows invoice events!
fix bug where adding events with no name silently failed instead of giving
an error
add new comission plans
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ htmlman: [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI - bin/pod2x + [ -e DONT_REBUILD_DOCS ] || bin/pod2x upload-docs: ssh cleanwhisker.420.am rm -rf /var/www/www.sisd.com/freeside/devdocs |