433234_uc_fee_percentage_v1.patch missing code?

Progression - August 24, 2009 - 21:12
Project:Ubercart Fee
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

I can't find this code to be replaced. Please help. I'm using 6.x-1.0beta.tar.gz Thanks

uc.fee.install

@@ -185,8 +192,20 @@ function uc_fee_uninstall() {
function uc_fee_update_6001() {
$ret = array();
db_add_field($ret, 'uc_fees', 'display_on_product', array(
- 'type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => 1, 'description' => 'Determines weather or not a fee should display on product forms'
+ 'type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => 1, 'description' => 'Determines weather or not a fee should display on product forms.'
));
$ret[] = update_sql('UPDATE uc_fees SET display_on_product = 1');
return $ret;

#1

Progression - August 26, 2009 - 05:07

N/m was using the wrong version

#2

mrfelton - November 16, 2009 - 17:45
Status:active» closed
 
 

Drupal is a registered trademark of Dries Buytaert.