Download & Extend

433234_uc_fee_percentage_v1.patch missing code?

Project:Ubercart Fee
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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;

Comments

#1

N/m was using the wrong version

#2

Status:active» closed (fixed)
nobody click here