Removed some unused files, updated product add and edit description to textboxes to match invoice/quote and recurring

This commit is contained in:
johnnyq
2022-02-16 14:19:15 -05:00
parent 875ebe3ac7
commit fcb55a9eed
41 changed files with 3 additions and 98145 deletions

View File

@@ -43,7 +43,7 @@
<div class="form-group">
<label>Description</label>
<input type="text" class="form-control" name="description" value="<?php echo $product_description; ?>">
<textarea class="form-control" name="description"><?php echo $product_description; ?></textarea>
</div>
<div class="form-group">