Merge Invoice and Bill into Document
This commit is contained in:
13
modules/BC21/Events/Sale/InvoicePrinting.php
Normal file
13
modules/BC21/Events/Sale/InvoicePrinting.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events\Sale;
|
||||
|
||||
use App\Events\Document\DocumentPrinting;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see DocumentPrinting
|
||||
*/
|
||||
class InvoicePrinting extends DocumentPrinting
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user