mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed some unused files, updated product add and edit description to textboxes to match invoice/quote and recurring
This commit is contained in:
@@ -91,7 +91,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
||||
if(empty($product_description)){
|
||||
$product_description_display = "-";
|
||||
}else{
|
||||
$product_description_display = $product_description;
|
||||
$product_description_display = "<div style='white-space:pre-line'>$product_description</div>";
|
||||
}
|
||||
$product_price = $row['product_price'];
|
||||
$product_created_at = $row['product_created_at'];
|
||||
|
||||
Reference in New Issue
Block a user