[interchange] Fix hardcoded path to order counter file in standard's log_transaction.
Stefan Hornburg <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit cf3b1c2199273a65f51f341b8bb47ead9eea2e0a Author: Stefan Hornburg (Racke) <[email protected]> Date: Tue Jun 5 11:03:42 2012 +0200 Fix hardcoded path to order counter file in standard's log_transaction. dist/standard/etc/log_transaction | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/dist/standard/etc/log_transaction b/dist/standard/etc/log_transaction index d549d58..857504c 100644 --- a/dist/standard/etc/log_transaction +++ b/dist/standard/etc/log_transaction @@ -224,7 +224,7 @@ Set order number in values: [value name=` $Session->{current_route}{counter_name} || $Session->{current_route}{counter} - || 'etc/order.number' + || $Config->{OrderCounter} ` sql=`$Session->{current_route}{sql_counter}` start=`$Session->{current_route}{first_order_number}`