diff options
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e88b04a12..cddc520e6 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -728,7 +728,7 @@ sub tables_hashref { ], 'primary_key' => 'refundnum', 'unique' => [], - 'index' => [], + 'index' => [ [ 'custnum' ] ], }, 'cust_credit_refund' => { |