diff options
-rw-r--r-- | FS/FS/part_pkg/agent.pm | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm index d92699726..49c2c8654 100644 --- a/FS/FS/part_pkg/agent.pm +++ b/FS/FS/part_pkg/agent.pm @@ -46,7 +46,7 @@ $me = '[FS::part_pkg::agent]'; }, - 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate ) ], + 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate display_separate_cust cost_only) ], 'weight' => 52, diff --git a/debian/rules b/debian/rules index 07d391466..e640398e4 100755 --- a/debian/rules +++ b/debian/rules @@ -160,6 +160,11 @@ install-stamp: build-stamp # Install interfaces $(MAKE) -e DESTDIR=$(TMP)-webui install-docs + + # Install tex + install -D -o freeside -m 444 etc/longtable.sty \ + $(TMP)-lib/usr/local/share/texmf/tex/latex/longtable.sty + texhash $(TMP)-lib/usr/local/share/texmf # Create Apache configurations install -d $(APACHE_CONF) |