bar code imaghe is saved to DB
This commit is contained in:
@@ -44,4 +44,6 @@ export interface Bill {
|
||||
attachment?: BillAttachment|null;
|
||||
/** (optional) notes */
|
||||
notes?: string|null;
|
||||
/** (optional) image data containing PDF471 bar code */
|
||||
barcodeImage?:string;
|
||||
};
|
||||
Reference in New Issue
Block a user