mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added new category buttons to certian dropdowns to quickly add a category without going to setting then category also a few fixes here and there
This commit is contained in:
16
quote.php
16
quote.php
@@ -373,11 +373,15 @@ if(isset($_GET['quote_id'])){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("edit_quote_modal.php"); ?>
|
||||
<?php include("add_quote_to_invoice_modal.php"); ?>
|
||||
<?php include("add_quote_copy_modal.php"); ?>
|
||||
<?php include("quote_note_modal.php"); ?>
|
||||
<?php
|
||||
include("edit_quote_modal.php");
|
||||
include("add_quote_to_invoice_modal.php");
|
||||
include("add_quote_copy_modal.php");
|
||||
include("quote_note_modal.php");
|
||||
include("add_quick_modal.php");
|
||||
|
||||
<?php } ?>
|
||||
}
|
||||
|
||||
<?php include("footer.php");
|
||||
include("footer.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user