Make add payment button the same style as complete sale (#116)

This commit is contained in:
FrancescoUK committed 2016-02-10 17:25:34 +00:00
1 parent 32cbf109a4
commit 5aefa2a116
1 file changed
+1 -1
+1 -1
View File
@@ -390,7 +390,7 @@ if (isset($success))
</tr>
</table>
<div class='btn btn-sm btn-primary' id='add_payment_button' style='float: left; margin-top: 5px;'>
<div class='btn btn-sm btn-success' id='add_payment_button' style='float: left; margin-top: 5px;'>
<span><?php echo $this->lang->line('sales_add_payment'); ?></span>
</div>
<?php echo form_close(); ?>