Changed checkout_plugin_id to checkout_id and ADSL speed to SUPPLIER speed

This commit is contained in:
Deon George
2013-06-17 22:47:44 +10:00
parent 98a36554ae
commit 1caeed6606
11 changed files with 18 additions and 18 deletions

View File

@@ -78,9 +78,9 @@ class Payment_Bulk_Ezypay {
// @todo Hack - since the reports dont show how the payment was made.
// @todo Put this in a config file, in the mean time.
if ($array[7] == 1.05)
$payments[$array[3]]->checkout_plugin_id = 2;
$payments[$array[3]]->checkout_id = 2;
else
$payments[$array[3]]->checkout_plugin_id = 4;
$payments[$array[3]]->checkout_id = 4;
}
$result = '';

View File

@@ -12,7 +12,7 @@
</tr>
<tr>
<td>Method</td>
<td><?php echo Form::select('checkout_plugin_id',ORM::factory('Checkout')->list_select(),$po->checkout_plugin_id,array('label'=>'Payment Method','required')); ?></td>
<td><?php echo Form::select('checkout_id',ORM::factory('Checkout')->list_select(),$po->checkout_id,array('label'=>'Payment Method','required')); ?></td>
</tr>
<tr>
<td>Amount</td>