From edaa93676658f5e626e490d02b160b056c67c4d9 Mon Sep 17 00:00:00 2001 From: Aaron Gong Date: Sat, 5 Mar 2016 09:46:42 +0800 Subject: [PATCH] Fix for issue 377 Fix bug where item cannot be edited or created due to not recognizing none as a supplier. --- application/views/items/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/items/form.php b/application/views/items/form.php index f79cab417..c0ea370f7 100644 --- a/application/views/items/form.php +++ b/application/views/items/form.php @@ -49,7 +49,7 @@
lang->line('items_supplier'), 'supplier', array('class'=>'required control-label col-xs-3')); ?>
- 'required form-control'));?> + 'form-control'));?>