Adjustment of db pager width. Copyright notes.
[fa-stable.git] / sales / allocations / customer_allocation_main.php
index 5f5482f9fe6565b749c0650a972bdd9e11253c7c..3489004d87ce44e4854e38010bb3c8582a0690bf 100644 (file)
@@ -123,6 +123,7 @@ if (get_post('_ShowSettled_update') || get_post('_customer_id_update')) {
        $table->set_sql($sql);
        $table->set_columns($cols);
 }
+$table->width = "75%";
 
 display_db_pager($table);
 end_form();